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