Commit efa97e8abaade24421f13d24be9ccd5ef22691e1
1 parent
258ea4b3
MAJ
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/removeRpi.php
@@ -33,7 +33,7 @@ session_start(); | @@ -33,7 +33,7 @@ session_start(); | ||
33 | 33 | ||
34 | foreach($capteurs as $capteur) | 34 | foreach($capteurs as $capteur) |
35 | { | 35 | { |
36 | - $numero = $capteur['numero'], | 36 | + $numero = $capteur['numero']; |
37 | $raspberry = $capteur['raspberry']; | 37 | $raspberry = $capteur['raspberry']; |
38 | $version = $capteur['version']; | 38 | $version = $capteur['version']; |
39 | if($version == 0) | 39 | if($version == 0) |