From c590421daa2011611d69a0d9390a549f5beebb40 Mon Sep 17 00:00:00 2001 From: grouille Date: Sat, 25 Apr 2020 19:18:29 +0200 Subject: [PATCH] MAJ --- site/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/add.php b/site/add.php index 4367c6c..8d19a78 100644 --- a/site/add.php +++ b/site/add.php @@ -47,7 +47,7 @@ session_start(); setup($_POST['raspberry']); $temps = getTime($_POST['type']); - file_put_contents('upload/temps.txt', $temps); + file_put_contents('upload/temps', $temps); exec("super cmd.sh"); ?> -- libgit2 0.21.2