Commit c590421daa2011611d69a0d9390a549f5beebb40

Authored by grouille
1 parent 06e8e3d1

MAJ

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -47,7 +47,7 @@ session_start(); @@ -47,7 +47,7 @@ session_start();
47 setup($_POST['raspberry']); 47 setup($_POST['raspberry']);
48 48
49 $temps = getTime($_POST['type']); 49 $temps = getTime($_POST['type']);
50 - file_put_contents('upload/temps.txt', $temps); 50 + file_put_contents('upload/temps', $temps);
51 51
52 exec("super cmd.sh"); 52 exec("super cmd.sh");
53 ?> 53 ?>