debug
This commit is contained in:
parent
2b2d4c0c19
commit
99e5f0acb9
|
|
@ -103,7 +103,6 @@ require_once 'Framework/Localisation.php';
|
|||
|
||||
$nbTentativeConnexion = $_SESSION['nbTentativeConnexion'];
|
||||
|
||||
var_dump($nbTentativeConnexion>$nbTentativeConnexionMax); exit();
|
||||
|
||||
if($nbTentativeConnexion>$nbTentativeConnexionMax)
|
||||
{
|
||||
|
|
@ -119,6 +118,8 @@ require_once 'Framework/Localisation.php';
|
|||
}
|
||||
}
|
||||
|
||||
var_dump($this->utilisateur->connecter($login, $mdp)); exit();
|
||||
|
||||
if ($this->utilisateur->connecter($login, $mdp))
|
||||
{
|
||||
$_SESSION['nbTentativeConnexion'] = '0';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user