Commit ee41974f845f5dff6f2321fef16c57912e2a7860

Authored by root
1 parent eaabaab4

Graphes ok

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/header.php
... ... @@ -13,7 +13,7 @@
13 13 <a href="ajoutCapteur.php"><i class="far fa-plus-square"></i> Capteur</a>
14 14 <a href="send.php"><i class="fa fa-file-upload"></i> Envoyer un code</a>
15 15 <a href="history.php"><i class="fas fa-history"></i> Historique</a>
16   - <a href="graphique.php"><i class="fas fa-chart-line"></i> Graphiques</a>
  16 + <a href="rechercheGraphe.php"><i class="fas fa-chart-line"></i> Graphiques</a>
17 17 <a href="data.php"><i class="fas fa-database"></i> Valeurs</a>
18 18 <a href="deconnecter.php"><i class="fa fa-power-off"></i> Deconnexion</a>
19 19 <?php
... ...