a
This commit is contained in:
parent
8ea1455398
commit
dcf14cb00a
|
|
@ -144,15 +144,16 @@
|
|||
|
||||
$maxAttempts = $_SESSION['nbTentative'];
|
||||
|
||||
/*
|
||||
var_dump(
|
||||
array(
|
||||
"attempts" => $attempts,
|
||||
"maxAttempts" => $maxAttempts,
|
||||
)
|
||||
);
|
||||
|
||||
exit;
|
||||
|
||||
*/
|
||||
|
||||
if($attempts>=$maxAttempts) {
|
||||
// changer le status
|
||||
$assure->maj_demandereconnaissancefaciale("5"); // Trop de tentatives
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user