Commit 1876a4463beded16c55721815239112e82a7cf95

Authored by root
1 parent ecdd6624

MAJ

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -16,8 +16,8 @@ session_start(); @@ -16,8 +16,8 @@ session_start();
16 require_once("accesBase.php"); 16 require_once("accesBase.php");
17 if(getGroupe($_SESSION['Login'])==1) 17 if(getGroupe($_SESSION['Login'])==1)
18 { 18 {
19 - include("formSuppression.php");  
20 include("formInscription.php"); 19 include("formInscription.php");
  20 + include("formSuppression.php");
21 } 21 }
22 else 22 else
23 { header("Location: accueil.php"); } 23 { header("Location: accueil.php"); }