Commit a93105b556086dfbf4d654d12a4d99c8dc7d8b06
1 parent
82bb506c
MAJ
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/reception.php
... | ... | @@ -57,7 +57,7 @@ if(isset($_POST['sensor'])) |
57 | 57 | $size = count($retour); |
58 | 58 | $message = "Upload du fichier réussi !".$statut; |
59 | 59 | $color = "alert-success"; |
60 | - for($i = 0; i<$size; i++) | |
60 | + for($i = 0; $i<$size; $i++) | |
61 | 61 | { |
62 | 62 | $message = $message."---".$retour[$i]."---"; |
63 | 63 | } | ... | ... |