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