From f2e12f399d167b89c4ca75bae0231356788f6d1e Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 10 Dec 2025 07:57:42 +0000 Subject: [PATCH] a --- Controleur/ControleurConnexion.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Controleur/ControleurConnexion.php b/Controleur/ControleurConnexion.php index 5ee9889..2ca1677 100755 --- a/Controleur/ControleurConnexion.php +++ b/Controleur/ControleurConnexion.php @@ -539,16 +539,6 @@ require_once 'Framework/Localisation.php'; $this->requete->getSession()->setAttribut("menu", $this->menu->getMenu($utilisateur['codeProfil'])); - var_dump - ( - array - ( - "menu" => $_SESSION['menu'], - ) - - ); - exit(); - $codeProfil = $_SESSION['codeProfil_C']; $login = $_SESSION['login'];