diff options
author | randommonk <randommonk@gmail.com> | 2018-01-05 20:20:50 +0000 |
---|---|---|
committer | randommonk <randommonk@gmail.com> | 2018-01-05 20:20:50 +0000 |
commit | 25f3706452bb77f20aaba25648e890da67673959 (patch) | |
tree | 4b9f5e6b782d0a9b304691577c2c23ee5bbaa7e3 /html/import | |
parent | 3127ce0e642326ee2f2a293e0c1dd0ca0001800c (diff) |
Remove old jpgraph implementation
Diffstat (limited to 'html/import')
-rw-r--r-- | html/import/import_domscreens.php | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/html/import/import_domscreens.php b/html/import/import_domscreens.php deleted file mode 100644 index de8a379..0000000 --- a/html/import/import_domscreens.php +++ /dev/null @@ -1,26 +0,0 @@ - -<?php - include_once('includes/domstats.php'); - - $safe_uid = mysql_real_escape_string($uid); - - // Get relevant info - $playerinfo = getPlayerTeam($uid); - $playernames = $playerinfo[0]; - $playerteams = $playerinfo[1]; - - $gameinfo = getGameStartEndRatio($uid); - $time_gamestart = $gameinfo[0]; - $time_gameend = $gameinfo[1]; - $time_ratio_correction = $gameinfo[2]; - - $tableTempIdom = generateTempTable($safe_uid); - $ampTimes = generateAmpTimes($safe_uid); - renderDataTotal($safe_uid,$tableTempIdom); - renderDataCPs($safe_uid,$tableTempIdom); - renderDataPickups($safe_uid); - renderAmpBars($safe_uid,$tableTempIdom); - - // drop table - mysql_query("DROP TABLE $tableTempIdom") or die(mysql_error()); -?>
\ No newline at end of file |