Commit 312ec51bce1b523d5ff9640c5767344c6c3decef
1 parent
d1d6f9fd
Suppression RPI + capteur
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/gestionRaspberry.php
@@ -15,7 +15,7 @@ session_start(); | @@ -15,7 +15,7 @@ session_start(); | ||
15 | if(isset($_SESSION['Login'], $_SESSION['Password'])) | 15 | if(isset($_SESSION['Login'], $_SESSION['Password'])) |
16 | { | 16 | { |
17 | include("addRaspberry.php"); | 17 | include("addRaspberry.php"); |
18 | - include("removeRaspberry.php); | 18 | + include("removeRaspberry.php"); |
19 | } | 19 | } |
20 | else | 20 | else |
21 | { | 21 | { |