Commit 99eaf8485a24580dc3d67f2525ef032ccd8c901e

Authored by root
1 parent 1876a446

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