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