graph_pf.php 149 B

1234567
  1. <?php
  2. require_once("datasources.inc");
  3. require_once("class_pf.inc");
  4. $g = new PF_Graph();
  5. $g->execute($GLOBALS["QUERY_STRING"]);
  6. $g->sendimage();
  7. ?>