From 1399d45c68e7d14fc1f3e8f2b5451669cce4ffa4 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 29 Nov 2012 15:00:11 -0800 Subject: Lots of fixes and changes. nofollow on login links. tutorial fix changed how $accepted works changed how $wallColor/Emblem works fixed a bug when multiple players scored at the same momment. --- index.php | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index c1491e5..a1446cd 100644 --- a/index.php +++ b/index.php @@ -1,15 +1,33 @@ Member List"; +$Links['members'] = "Member List"; if (isset($_SESSION['isAdmin']) && $_SESSION['isAdmin'] == true) { $Links['admin'] = 'Admin'; } -- cgit v1.2.3