summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-08 22:47:13 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-08 22:47:13 -0800
commit16567167343024754247818e92115ed83255ed0d (patch)
treedcd71d452cdee6996cf7547c3e1665390d9d76de /index.php
parente04ac8f4c4db236005ac045a9dbb36b163f227ee (diff)
downloadpathery-16567167343024754247818e92115ed83255ed0d.tar.xz
Map class and Challenges
The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
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';
+// }
//