Commit 3b1d5fcff98ee5a35f109c15026e27f0bfc37ad6

Authored by grouille
1 parent 2197e6fa

MAJ

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/stop.php
... ... @@ -26,5 +26,5 @@ $ini = $ini.$raspberry." capteur=".$numero."-".$version." setup=0\n";
26 26 file_put_contents('upload/inventaire.ini', $ini);
27 27  
28 28 //exec("super cmd.sh");
29   -header("Location: values.php");
  29 +header("Location: data.php");
30 30 ?>
... ...