Commit 9cd1aa7b0dba165c463dcfd7bb60f420814cbba5
1 parent
65725b13
MAJ
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/graphique.php
@@ -14,7 +14,7 @@ session_start(); | @@ -14,7 +14,7 @@ session_start(); | ||
14 | include("header.php"); | 14 | include("header.php"); |
15 | if(isset($_SESSION['Login'], $_SESSION['Password'])) | 15 | if(isset($_SESSION['Login'], $_SESSION['Password'])) |
16 | { | 16 | { |
17 | - include("graphe.php"); | 17 | + ?><img src="graphe.php" alt="graphe"><?php |
18 | } | 18 | } |
19 | else | 19 | else |
20 | { | 20 | { |