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
e6535222073c6bb8f9c340c6585a9149f2b35af2
Authored by
grouille
2020-04-14 19:45:19 +0200
1 parent
58d24ca1
Test
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
site/formInscription.php
Inline
Side-by-side
site/formInscription.php
Wrap text
Show/Hide comments
View file @
e653522
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();
...
...