started a flow diagram
[glcas.git] / www / index.php
index e69de29..be74178 100644 (file)
@@ -0,0 +1,14 @@
+<?php 
+
+require_once("../lib/lib.php");
+
+?>
+<html>
+<pre>
+<?php 
+print_r($GLOBALS);
+print_r($_REQUEST);
+print_r($_SERVER);
+?>
+</pre>
+</html>
\ No newline at end of file