diff --git a/controleurs/c_gestionFiche.php b/controleurs/c_gestionFiche.php index a4ce1d8..9d9650a 100644 --- a/controleurs/c_gestionFiche.php +++ b/controleurs/c_gestionFiche.php @@ -1,9 +1,9 @@ getLesUtilisateurs(); //RENVOIE LISTE USERS -$_SESSION['typeU'] = 'comptable'; -include("../vues/v_gestionFiches.php"); +include("vues/v_gestionFiches.php"); diff --git a/vues/v_gestionFiches.php b/vues/v_gestionFiches.php index bdeef9d..749d8c0 100644 --- a/vues/v_gestionFiches.php +++ b/vues/v_gestionFiches.php @@ -1,11 +1,21 @@