From 9f1a967b8ca6711e698aa7329c15e79cdaddeb5a Mon Sep 17 00:00:00 2001 From: rootcoma Date: Sat, 30 Nov 2013 04:44:49 -0800 Subject: [PATCH] Linking to profile --- php/top.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/top.php b/php/top.php index 42ac8c9..fa55387 100644 --- a/php/top.php +++ b/php/top.php @@ -145,7 +145,7 @@ function replaceTimespanVariable($t) { foreach($result as $res) { echo ''; echo '' . $currentRank . ''; - echo '' . $res['username'] . ''; + echo '' . $res['username'] . ''; echo '' . $res['points'] . ''; echo ''; $currentRank++;