summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-12-02 19:05:15 +0100
committerArun Persaud <arun@nubati.net>2007-12-02 19:06:59 +0100
commit24b4c073220b00bc0cb2c004351a051659b2f03b (patch)
tree8cd1054ca722aeb4263a4375fd8d9090eaff14e6
parent6845863ff32d87d9053ccdcd5f2fcf51a22142d4 (diff)
downloade-DoKo-24b4c073220b00bc0cb2c004351a051659b2f03b.tar.gz
e-DoKo-24b4c073220b00bc0cb2c004351a051659b2f03b.tar.bz2
e-DoKo-24b4c073220b00bc0cb2c004351a051659b2f03b.zip
NEW FEATURE: make stastitic page accessable
created a link from the user menu to the stats.php page
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 69e208c..1e80c31 100644
--- a/functions.php
+++ b/functions.php
@@ -823,6 +823,7 @@ function display_user_menu()
echo "<hr /> <a href=\"".$host."?new\">start a new game</a>\n";
+ echo "<hr /> <a href=\"".substr($host,0,-9)."stats.php\">Statistics</a>\n";
echo
"<hr />Report bugs in the <a href=\"". $wiki."\">wiki</a>\n";