summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/index.php b/index.php
index 7ae7bd8..6005fe1 100644
--- a/index.php
+++ b/index.php
@@ -12,16 +12,11 @@ $Links['home'] = "Home";
$Links['leaderboard'] = "Scoreboard";
$Links['howtoplay'] = "How to Play";
//$Links['gallery'] = "Gallery";
-if ($_SESSION['accepted'] <> 1) {
- $Links['login'] = "Log In";
-} else {
- //$Links['logout'] = "Logout";
-}
if ($_SESSION['isAdmin'] == true) {
$Links['admin'] = 'Admin';
}
$Links['faq'] = "FAQ";
-$Links['about'] = "About us";
+$Links['about'] = "About Us";
switch (strtolower($_GET[page])) {
@@ -95,4 +90,4 @@ switch (strtolower($_GET[page])) {
require("pages/home.php");
}
-?> \ No newline at end of file
+?>