graph_if.php 149 B

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