From 56da13d6c6e40737c5e056120099d3b99b17361a Mon Sep 17 00:00:00 2001 From: GZod01 Date: Wed, 12 Mar 2025 18:47:14 +0100 Subject: [PATCH] azeaze --- index.php | 1 + 1 file changed, 1 insertion(+) 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"]);