From 16567167343024754247818e92115ed83255ed0d Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 8 Jan 2013 22:47:13 -0800 Subject: Map class and Challenges The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 9175b30..9006d82 100644 --- a/index.php +++ b/index.php @@ -50,9 +50,9 @@ $footerLinks['#top'] = "Back to Top"; // if ($accepted) { // $footerLinks['cp'] = "Settings"; // } -if (isset($_SESSION['isAdmin']) && $_SESSION['isAdmin'] == true) { - $footerLinks['admin'] = 'Admin'; -} +// if (isset($_SESSION['isAdmin']) && $_SESSION['isAdmin'] == true) { + // $footerLinks['admin'] = 'Admin'; +// } // -- cgit v1.2.3