diff --git a/site/remove.php b/site/remove.php index e8b0c6d..6ca1530 100644 --- a/site/remove.php +++ b/site/remove.php @@ -26,9 +26,9 @@ session_start(); $version = getVersion($nom); if(remove($nom)) { - $arduino_simple = "[Arduino_delete]\r\n"; - $arduino_spi = "[Arduino_delete]\r\n"; - $nucleo = "[Nucleo_delete]\r\n"; + $arduino_simple = "[Arduino]\r\n"; + $arduino_spi = "[Arduino]\r\n"; + $nucleo = "[Nucleo]\r\n"; if($version == 0) { diff --git a/site/removeRpi.php b/site/removeRpi.php index f7f4330..0f96737 100644 --- a/site/removeRpi.php +++ b/site/removeRpi.php @@ -23,9 +23,9 @@ session_start(); $capteurs = getSensorByRaspberry($_POST['ip']); $ini = ""; - $arduino_simple = "[Arduino_delete]\r\n"; - $arduino_spi = "[Arduino_delete]\r\n"; - $nucleo = "[Nucleo_delete]\r\n"; + $arduino_simple = "[Arduino]\r\n"; + $arduino_spi = "[Arduino]\r\n"; + $nucleo = "[Nucleo]\r\n"; $a_simple = false; $a_spi = false; diff --git a/site/stop.php b/site/stop.php index d309ea2..837c1a2 100644 --- a/site/stop.php +++ b/site/stop.php @@ -2,9 +2,9 @@ require_once("accesBase.php"); include("data.php"); -$arduino_simple = "[Arduino_stop]\r\n"; -$arduino_spi = "[Arduino_stop]\r\n"; -$nucleo = "[Nucleo_stop]\r\n"; +$arduino_simple = "[Arduino]\r\n"; +$arduino_spi = "[Arduino]\r\n"; +$nucleo = "[Nucleo]\r\n"; $version = getVersion($_POST['nom']); -- libgit2 0.21.2