azeaze
This commit is contained in:
parent
b5dd2e61c5
commit
56da13d6c6
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ if (isset($_GET["admin"])) {
|
||||||
$bestscore = $gpic[0][0];
|
$bestscore = $gpic[0][0];
|
||||||
}
|
}
|
||||||
$score = 10-($timelength/$bestscore);
|
$score = 10-($timelength/$bestscore);
|
||||||
|
$score*=100;
|
||||||
$score = intval($score);
|
$score = intval($score);
|
||||||
}else{
|
}else{
|
||||||
$score = intval($_POST["score"]);
|
$score = intval($_POST["score"]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue