From 3b1d5fcff98ee5a35f109c15026e27f0bfc37ad6 Mon Sep 17 00:00:00 2001 From: grouille Date: Sat, 25 Apr 2020 19:55:01 +0200 Subject: [PATCH] MAJ --- site/stop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/stop.php b/site/stop.php index c856481..41bc2a9 100644 --- a/site/stop.php +++ b/site/stop.php @@ -26,5 +26,5 @@ $ini = $ini.$raspberry." capteur=".$numero."-".$version." setup=0\n"; file_put_contents('upload/inventaire.ini', $ini); //exec("super cmd.sh"); -header("Location: values.php"); +header("Location: data.php"); ?> -- libgit2 0.21.2