Commit e6535222073c6bb8f9c340c6585a9149f2b35af2

Authored by grouille
1 parent 58d24ca1

Test

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
site/formInscription.php
1 1 <?php
2   -require_once("accesBase.php");
3 2 if(getGroupe($_SESSION['Login'])!=1)
4 3 { header("Location: accueil.php"); }
5 4 $groupes = getGroupes();
... ...