debug
This commit is contained in:
parent
544adc2d1d
commit
2b2d4c0c19
|
|
@ -79,8 +79,6 @@ require_once 'Framework/Localisation.php';
|
|||
|
||||
$userbanni = $this->logconnexion->userbanni($login);
|
||||
|
||||
var_dump($userbanni); exit();
|
||||
|
||||
if($userbanni>"0")
|
||||
{
|
||||
if ($_SESSION['lang']=="en_US")
|
||||
|
|
@ -96,6 +94,7 @@ require_once 'Framework/Localisation.php';
|
|||
}
|
||||
|
||||
$nbTentativeConnexionMax = $this->societeuser->get_nbTentativeConnexion();
|
||||
|
||||
|
||||
if (!isset($_SESSION['nbTentativeConnexion']))
|
||||
{
|
||||
|
|
@ -103,6 +102,8 @@ require_once 'Framework/Localisation.php';
|
|||
}
|
||||
|
||||
$nbTentativeConnexion = $_SESSION['nbTentativeConnexion'];
|
||||
|
||||
var_dump($nbTentativeConnexion>$nbTentativeConnexionMax); exit();
|
||||
|
||||
if($nbTentativeConnexion>$nbTentativeConnexionMax)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user