Commit 99eaf8485a24580dc3d67f2525ef032ccd8c901e

Authored by root
1 parent 1876a446

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("formInscription.php");  
20 include("formSuppression.php"); 19 include("formSuppression.php");
  20 + include("formInscription.php");
21 } 21 }
22 else 22 else
23 { header("Location: accueil.php"); } 23 { header("Location: accueil.php"); }