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
0cb4469512286066eb7e56d3764601d956699a0d
Authored by
grouille
2020-04-14 19:36:31 +0200
1 parent
5214456a
Test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/inscrire.php
Inline
Side-by-side
site/inscrire.php
Wrap text
Show/Hide comments
View file @
0cb4469
...
...
@@ -11,7 +11,7 @@
11
11
include("header.php");
12
12
require_once("accesBase.php");
13
13
if(getGroupe($_SESSION['Login'])==1)
14
- { include("form
Inscript
ion.php"); }
14
+ { include("form
Connex
ion.php"); }
15
15
else
16
16
{ header("Location: accueil.php"); }
17
17
?>
...
...