a
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user