diff options
Diffstat (limited to 'stats.php')
-rw-r--r-- | stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ require_once("modules/init.php"); //FIXME: Remove references -$uid = $user->id; +$uid = $GLOBALS['user']->username; show_template('header'); show_menu_items('Stats'); |