Commit 1876a4463beded16c55721815239112e82a7cf95

Authored by root
1 parent ecdd6624

MAJ

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