Commit 0cb4469512286066eb7e56d3764601d956699a0d

Authored by grouille
1 parent 5214456a

Test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/inscrire.php
... ... @@ -11,7 +11,7 @@
11 11 include("header.php");
12 12 require_once("accesBase.php");
13 13 if(getGroupe($_SESSION['Login'])==1)
14   - { include("formInscription.php"); }
  14 + { include("formConnexion.php"); }
15 15 else
16 16 { header("Location: accueil.php"); }
17 17 ?>
... ...