From fc5fd963f61b3ea68d1d64306b5d54dda9c0664d Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 19 Dec 2025 19:51:32 +0000 Subject: [PATCH] debug --- Controleur/ControleurConnexion.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurConnexion.php b/Controleur/ControleurConnexion.php index 6a09f46..b9a7a59 100755 --- a/Controleur/ControleurConnexion.php +++ b/Controleur/ControleurConnexion.php @@ -142,8 +142,7 @@ require_once 'Framework/Localisation.php'; $licensed = getLicensed($codeSociete, $nomSociete); - var_dump($licensed); exit(); - + if(!$licensed ) { if ($_SESSION['lang']=="en_US") @@ -158,6 +157,8 @@ require_once 'Framework/Localisation.php'; } // Fin test Licence + var_dump($utilisateur['actif']); exit(); + if($utilisateur['actif']<>1) { if ($_SESSION['lang']=="en_US")