From 3653791068b395c0a5b726428f760855cf1f050c Mon Sep 17 00:00:00 2001 From: GZod01 Date: Wed, 12 Mar 2025 19:04:21 +0100 Subject: [PATCH] azeaze --- index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.php b/index.php index 860251e..15ed8fe 100644 --- a/index.php +++ b/index.php @@ -192,9 +192,7 @@ if (isset($_GET["admin"])) { $bestscore = $gpic[0][0]; } // die(print_r(["bs"=>$bestscore,"pi"=>$position_in_classment],true)); - $score = 10-($timelength/$bestscore); - $score*=100; - $score = intval($score); + $score=1000/$position_in_classment; }else{ $score = intval($_POST["score"]); }