From 64f953012ebda0912a4e92ff3301f09957019477 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 1 May 2008 20:15:35 -0700 Subject: CLEANUP: moved the statistics page into the include directory added action=stats and moved the stats.php page to the include directory. Now we have a nice small index.php. Also moved the session_start in front of the includes, since it gave me an error on the mac otherwise?! Signed-off-by: Arun Persaud --- include/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 28e5937..4abaf93 100644 --- a/include/functions.php +++ b/include/functions.php @@ -808,7 +808,7 @@ function display_table () function display_user_menu() { - global $WIKI,$myid,$INDEX,$STATS; + global $WIKI,$myid,$INDEX; echo "
\n". " Go to my user page "; @@ -828,7 +828,7 @@ function display_user_menu() echo "
Start a new game\n"; - echo "
Statistics\n"; + echo "
Statistics\n"; echo "
Report bugs in the wiki\n"; -- cgit v1.2.3-18-g5258