diff options
Diffstat (limited to 'html/pages/home.php')
-rwxr-xr-x | html/pages/home.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/html/pages/home.php b/html/pages/home.php index d2d90cf..a61d7f9 100755 --- a/html/pages/home.php +++ b/html/pages/home.php @@ -1,7 +1,5 @@ <?php
-include_once("analytics.php");
-
// Get last map, time, scores
$qlastMaps = small_query("SELECT id, mapfile, time, t0score, t1score, t2score, t3score FROM uts_match WHERE time = (SELECT MAX(time) FROM uts_match)");
$lastMapId = $qlastMaps['id'];
|