a
This commit is contained in:
parent
8ea1455398
commit
dcf14cb00a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user