GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
120933c69e81c3b935316bf4da13e11e2672ed72
Authored by
grouille
2020-04-14 19:46:35 +0200
1 parent
2f67e41a
Test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/formInscription.php
Inline
Side-by-side
site/formInscription.php
Wrap text
Show/Hide comments
View file @
120933c
1
1
<?php
2
2
if(getGroupe($_SESSION['Login'])!=1)
3
3
{ header("Location: accueil.php"); }
4
-
//
$groupes = getGroupes();
4
+
$groupes = getGroupes();
5
5
?>
6
6
<div class="row">
7
7
<div class="col-4 col-md-4 offset-md-4 offset-4">
...
...