Commit fa33e5b3ba2379d0cd9b2e2fd3698f4055660a67
1 parent
d24ee993
MAJ
Showing
5 changed files
with
5 additions
and
5 deletions
Show diff stats
site/add.php
@@ -12,7 +12,7 @@ session_start(); | @@ -12,7 +12,7 @@ session_start(); | ||
12 | <body> | 12 | <body> |
13 | <?php | 13 | <?php |
14 | include("header.php"); | 14 | include("header.php"); |
15 | - include("header.php"); | 15 | + include("erreurs.php"); |
16 | if(isset($_SESSION['Login'], $_SESSION['Password'])) | 16 | if(isset($_SESSION['Login'], $_SESSION['Password'])) |
17 | { | 17 | { |
18 | ?> | 18 | ?> |
site/reception.php
site/remove.php
@@ -12,7 +12,7 @@ session_start(); | @@ -12,7 +12,7 @@ session_start(); | ||
12 | <body> | 12 | <body> |
13 | <?php | 13 | <?php |
14 | include("header.php"); | 14 | include("header.php"); |
15 | - include("header.php"); | 15 | + include("erreurs.php"); |
16 | if(isset($_SESSION['Login'], $_SESSION['Password'])) | 16 | if(isset($_SESSION['Login'], $_SESSION['Password'])) |
17 | { | 17 | { |
18 | ?> | 18 | ?> |
site/removeRpi.php
@@ -12,7 +12,7 @@ session_start(); | @@ -12,7 +12,7 @@ session_start(); | ||
12 | <body> | 12 | <body> |
13 | <?php | 13 | <?php |
14 | include("header.php"); | 14 | include("header.php"); |
15 | - include("header.php"); | 15 | + include("erreurs.php"); |
16 | if(isset($_SESSION['Login'], $_SESSION['Password'])) | 16 | if(isset($_SESSION['Login'], $_SESSION['Password'])) |
17 | { | 17 | { |
18 | ?> | 18 | ?> |
site/stop.php