Commit 312ec51bce1b523d5ff9640c5767344c6c3decef

Authored by grouille
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 15 if(isset($_SESSION['Login'], $_SESSION['Password']))
16 16 {
17 17 include("addRaspberry.php");
18   - include("removeRaspberry.php);
  18 + include("removeRaspberry.php");
19 19 }
20 20 else
21 21 {
... ...