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
4fb2e38c8d78de38fd41d323dad1dbd69d6b2e1b
Authored by
grouille
2020-04-25 21:09:03 +0200
1 parent
efa97e8a
MAJ
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
site/removeRpi.php
Inline
Side-by-side
site/removeRpi.php
Wrap text
Show/Hide comments
View file @
4fb2e38
...
...
@@ -33,6 +33,7 @@ session_start();
33
33
34
34
foreach($capteurs as $capteur)
35
35
{
36
+ $ini = "2";
36
37
$numero = $capteur['numero'];
37
38
$raspberry = $capteur['raspberry'];
38
39
$version = $capteur['version'];
...
...