diff --git a/index.php b/index.php index e579a42..3f5b827 100644 --- a/index.php +++ b/index.php @@ -192,6 +192,7 @@ if (isset($_GET["admin"])) { $bestscore = $gpic[0][0]; } $score = 10-($timelength/$bestscore); + $score*=100; $score = intval($score); }else{ $score = intval($_POST["score"]);