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
4cc1c9fba415eb5d15ab2a0e180851a89ae9620a
Authored by
Guillaume
2020-03-18 11:11:04 +0100
1 parent
68948dda
MAJ site
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
site/reception.php
Inline
Side-by-side
site/reception.php
Wrap text
Show/Hide comments
View file @
4cc1c9f
...
...
@@ -79,6 +79,7 @@ if(isset($_POST['sensor']))
79
79
include("header.php");
80
80
include("reponse.php");
81
81
if(!$err) {include("tableau.php");}
82
+ else {include("capteurs.php");}
82
83
?>
83
84
</body>
84
85
</html>
...
...