diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-08 22:47:13 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-08 22:47:13 -0800 |
commit | 16567167343024754247818e92115ed83255ed0d (patch) | |
tree | dcd71d452cdee6996cf7547c3e1665390d9d76de /index.php | |
parent | e04ac8f4c4db236005ac045a9dbb36b163f227ee (diff) | |
download | pathery-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.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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';
+// }
//
|