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")