From 750151128f6cc24ec2cd624d353e34193b8158cc Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 8 Dec 2025 14:07:28 +0000 Subject: [PATCH] a --- Controleur/ControleurConnexion.php | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Controleur/ControleurConnexion.php b/Controleur/ControleurConnexion.php index bce0e13..1d5b3f6 100755 --- a/Controleur/ControleurConnexion.php +++ b/Controleur/ControleurConnexion.php @@ -77,15 +77,6 @@ require_once 'Framework/Localisation.php'; $userbanni = $this->logconnexion->userbanni($login); - var_dump - ( - array - ( - "userbanni" => $userbanni, - ) - ); - exit(); - if($userbanni>"0") { if ($_SESSION['lang']=="en_US") @@ -102,7 +93,15 @@ require_once 'Framework/Localisation.php'; $nbTentativeConnexionMax = $this->societeuser->get_nbTentativeConnexion(); - + var_dump + ( + array + ( + "nbTentativeConnexionMax" => $nbTentativeConnexionMax, + ) + ); + exit(); + if (!isset($_SESSION['nbTentativeConnexion'])) {