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