From 99e5f0acb933fa088882ac46705bca9b8ea7df50 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 19 Dec 2025 18:37:57 +0000 Subject: [PATCH] debug --- Controleur/ControleurConnexion.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurConnexion.php b/Controleur/ControleurConnexion.php index 32ffaed..94b12bf 100755 --- a/Controleur/ControleurConnexion.php +++ b/Controleur/ControleurConnexion.php @@ -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)) {