summaryrefslogtreecommitdiff
path: root/html/pages/home.php
diff options
context:
space:
mode:
authorMatthijs Kuiper <info@matthijskuiper.nl>2018-01-10 03:13:17 +0100
committerMatthijs Kuiper <info@matthijskuiper.nl>2018-01-10 19:31:41 +0100
commitfdd379c949056fb3a2198039e452f6aae600ef35 (patch)
tree864a7509c8010dfa342c47d2b95ecc62ede836de /html/pages/home.php
parentcf540de5d3229941e4104e4d5b6b66681f97f4d3 (diff)
Cleanup images and markup
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'];