diff --git a/index.php b/index.php index 4f9a0f4..90cbf19 100644 --- a/index.php +++ b/index.php @@ -191,6 +191,7 @@ if (isset($_GET["admin"])) { // print_r($gpic); $bestscore = $gpic[0][0]; } + die($bestscore); $score = 10-($timelength/$bestscore); $score*=100; $score = intval($score);