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
9cd1aa7b0dba165c463dcfd7bb60f420814cbba5
Authored by
Guillaume
2020-03-20 11:59:17 +0100
1 parent
65725b13
MAJ
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/graphique.php
Inline
Side-by-side
site/graphique.php
Wrap text
Show/Hide comments
View file @
9cd1aa7
...
...
@@ -14,7 +14,7 @@ session_start();
14
14
include("header.php");
15
15
if(isset($_SESSION['Login'], $_SESSION['Password']))
16
16
{
17
-
include("graphe.php");
17
+
?><img src="graphe.php" alt="graphe"><?php
18
18
}
19
19
else
20
20
{
...
...