diff options
Diffstat (limited to 'include/functions.php')
-rw-r--r-- | include/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 "<div class=\"usermenu\">\n". "<a href=\"".$INDEX."\"> Go to my user page </a>"; @@ -828,7 +828,7 @@ function display_user_menu() echo "<hr /> <a href=\"".$INDEX."?action=new\">Start a new game</a>\n"; - echo "<hr /> <a href=\"".$STATS."\">Statistics</a>\n"; + echo "<hr /> <a href=\"".$INDEX."?action=stats\">Statistics</a>\n"; echo "<hr />Report bugs in the <a href=\"".$WIKI."\">wiki</a>\n"; |