Commit 7622b5db623eae10201848ce1c855d84f773e635

Authored by root
1 parent cd85989d

Correction formulaire d'envoi de donnees

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/capteurs.php
... ... @@ -22,7 +22,7 @@ $sensors = getSensors();
22 22 $count = $count +1;
23 23 ?>
24 24 <tr>
25   - <td><div class="form-check"><input class="form-check-input position-static" type="checkbox" name="sensor[<?php echo $count;?>]" id="sensor1" value="<?php echo $sensor['raspberry'].":".$sensor['numero'].":".$sensor['type'];?>" aria-label="..." required></div>
  25 + <td><div class="form-check"><input class="form-check-input position-static" type="checkbox" name="sensor[<?php echo $count;?>]" id="sensor1" value="<?php echo $sensor['raspberry'].":".$sensor['numero'].":".$sensor['type'];?>" aria-label="..."></div>
26 26 <td><?php echo $sensor['nom'];?></td>
27 27 <td><?php echo $sensor['raspberry'];?></td>
28 28 <td><?php echo $sensor['type'];?></td>
... ...