graph_debug.php 229 B

12345678
  1. <?php
  2. // $Id: graph_debug.php,v 1.1 2002/12/29 16:19:36 dijkstra Exp $
  3. require_once("datasources.inc");
  4. require_once("class_debug.inc");
  5. $g = new DEBUG_Graph();
  6. $g->execute($HTTP_SERVER_VARS["QUERY_STRING"]);
  7. $g->sendimage();
  8. ?>