Commit b9ee02741884b33a086710f3b3e01b328cea304e
1 parent
d1e19845
Test Graphe
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/graphique.php
... | ... | @@ -30,7 +30,7 @@ else $start = $start." 00:00:00"; |
30 | 30 | <br/> |
31 | 31 | |
32 | 32 | <?php |
33 | - echo "<img src='graphe.php?nom=$nom&nombre=$nombre&start=$start&end=$end' alt='graphe'>" | |
33 | + echo "<img src='graphe.php'>";//?nom=$nom&nombre=$nombre&start=$start&end=$end' alt='graphe'>" | |
34 | 34 | ?> |
35 | 35 | </div> |
36 | 36 | </div> | ... | ... |