Commit c6dab71a5c718d07b51e6c1602a6af712aac2cd6

Authored by Guillaume
1 parent ffa93019

Test Graphe

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/graphique.php
... ... @@ -29,7 +29,7 @@ else $start = $start." 00:00:00";
29 29 <h1 style="margin-bottom:20px; margin-top:30px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-chart-line"></i> Graphe du capteur</h1>
30 30 <br/>
31 31 <?php
32   - echo "<img src='graphe.php?nom=$nom&nombre=$nombre&start=$start&end=$end' alt='graphe'>";
  32 + echo "<img src='graphe.php'>";//?nom=$nom&nombre=$nombre&start=$start&end=$end' alt='graphe'>";
33 33 ?>
34 34 </div>
35 35 </div>
... ...