diff --git a/.gitignore b/.gitignore index 3a11a2f..6aa30c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ u/* active-users.txt version.txt +secret.php diff --git a/index.shtml b/index.shtml index 6b060dd..5c9fd38 100644 --- a/index.shtml +++ b/index.shtml @@ -56,7 +56,6 @@ if (user) { window.location.replace("/u/" + user); }