diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 03:13:17 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 19:31:41 +0100 |
commit | fdd379c949056fb3a2198039e452f6aae600ef35 (patch) | |
tree | 864a7509c8010dfa342c47d2b95ecc62ede836de /html/pages/home.php | |
parent | cf540de5d3229941e4104e4d5b6b66681f97f4d3 (diff) |
Cleanup images and markup
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'];
|