graph_io.php 158 B

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