GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c590421daa2011611d69a0d9390a549f5beebb40
Authored by
grouille
2020-04-25 19:18:29 +0200
1 parent
06e8e3d1
MAJ
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/add.php
Inline
Side-by-side
site/add.php
Wrap text
Show/Hide comments
View file @
c590421
...
...
@@ -47,7 +47,7 @@ session_start();
47
47
setup($_POST['raspberry']);
48
48
49
49
$temps = getTime($_POST['type']);
50
- file_put_contents('upload/temps
.txt
', $temps);
50
+ file_put_contents('upload/temps
', $temps);
51
51
52
52
exec("super cmd.sh");
53
53
?>
...
...