summaryrefslogtreecommitdiff
path: root/html/pages/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/pages/home.php')
-rwxr-xr-xhtml/pages/home.php2
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'];