extranet/includes/ratios/synthese_dgraph.php

12 lines
264 B
PHP
Raw Normal View History

2009-03-30 16:41:42 +00:00
<?php
$f = $_REQUEST['f'];
if($f===FALSE){
print "Erreur lors de la génération de l'image";
exit;
}
if(is_numeric($f) && $f==0){
print "Les informations sont insuffisantes pour générer la courbe d'évolution";
exit;
}
2009-03-30 16:41:42 +00:00
?>
<img src="./image.php?q=<?=$f?>" />