From 2197e6fafecfdff51cb0d673f5d0632849c498f4 Mon Sep 17 00:00:00 2001 From: grouille Date: Sat, 25 Apr 2020 19:53:39 +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 c58100c..c856481 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: accueil.php"); +header("Location: values.php"); ?> -- libgit2 0.21.2