Commit ed805a98925d87bed3d58433b345978aca9489d8

Authored by grouille
1 parent bc0324e0

Suppression RPI + capteur

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -10,8 +10,8 @@ @@ -10,8 +10,8 @@
10 require_once("accesBase.php") ; 10 require_once("accesBase.php") ;
11 $membre = getMembreByIdPwd($_SESSION['Login'], $_SESSION['Password']); 11 $membre = getMembreByIdPwd($_SESSION['Login'], $_SESSION['Password']);
12 ?> 12 ?>
13 - <a href="gestionRaspberry.php"><i class="far fa-plus-square"></i> Raspberry</a>  
14 - <a href="gestionCapteur.php"><i class="far fa-plus-square"></i> Capteur</a> 13 + <a href="gestionRaspberry.php"><i class="fas fa-cogs"></i> Raspberry</a>
  14 + <a href="gestionCapteur.php"><i class="fas fa-cogs"></i> Capteur</a>
15 <a href="send.php"><i class="fa fa-file-upload"></i> Upload</a> 15 <a href="send.php"><i class="fa fa-file-upload"></i> Upload</a>
16 <a href="history.php"><i class="fas fa-history"></i> Historique</a> 16 <a href="history.php"><i class="fas fa-history"></i> Historique</a>
17 <a href="rechercheGraphe.php"><i class="fas fa-chart-line"></i> Graphiques</a> 17 <a href="rechercheGraphe.php"><i class="fas fa-chart-line"></i> Graphiques</a>