This commit is contained in:
KANE LAZENI 2026-04-23 17:05:19 +00:00
parent 8ea1455398
commit dcf14cb00a

View File

@ -144,14 +144,15 @@
$maxAttempts = $_SESSION['nbTentative']; $maxAttempts = $_SESSION['nbTentative'];
/*
var_dump( var_dump(
array( array(
"attempts" => $attempts, "attempts" => $attempts,
"maxAttempts" => $maxAttempts, "maxAttempts" => $maxAttempts,
) )
); );
exit; exit;
*/
if($attempts>=$maxAttempts) { if($attempts>=$maxAttempts) {
// changer le status // changer le status