a
This commit is contained in:
parent
994c381523
commit
8ea1455398
|
|
@ -143,6 +143,15 @@
|
|||
$_SESSION['lienPhotoFace'] = $param_societe["lienPhotoFace"];
|
||||
|
||||
$maxAttempts = $_SESSION['nbTentative'];
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"attempts" => $attempts,
|
||||
"maxAttempts" => $maxAttempts,
|
||||
)
|
||||
);
|
||||
|
||||
exit;
|
||||
|
||||
if($attempts>=$maxAttempts) {
|
||||
// changer le status
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user