Commit 120933c69e81c3b935316bf4da13e11e2672ed72
1 parent
2f67e41a
Test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/formInscription.php
1 | <?php | 1 | <?php |
2 | if(getGroupe($_SESSION['Login'])!=1) | 2 | if(getGroupe($_SESSION['Login'])!=1) |
3 | { header("Location: accueil.php"); } | 3 | { header("Location: accueil.php"); } |
4 | -//$groupes = getGroupes(); | 4 | +$groupes = getGroupes(); |
5 | ?> | 5 | ?> |
6 | <div class="row"> | 6 | <div class="row"> |
7 | <div class="col-4 col-md-4 offset-md-4 offset-4"> | 7 | <div class="col-4 col-md-4 offset-md-4 offset-4"> |