diff --git a/Controleur/ControleurConnexion.php b/Controleur/ControleurConnexion.php index f233832..9feab21 100755 --- a/Controleur/ControleurConnexion.php +++ b/Controleur/ControleurConnexion.php @@ -513,16 +513,6 @@ require_once 'Framework/Localisation.php'; $filename = 'Societes/'.$utilisateur['codeSociete']; - var_dump - ( - array - ( - "filename" => $filename, - ) - ); - exit(); - - if (!file_exists($filename)) { mkdir($filename, 0700); @@ -621,6 +611,16 @@ require_once 'Framework/Localisation.php'; $_SESSION['deconnexion'] = "0"; $_SESSION['derniere_action'] = time(); + + var_dump + ( + array + ( + "motCourt" => $motCourt, + ) + ); + exit(); + if(($motCourt===true) or ($changerMotPassDefaut===true) or ($passExpired===true)) {