added some flow stuff
[glcas.git] / www / index.php
index 5c2f5d8..4a873a4 100644 (file)
@@ -1,9 +1,15 @@
-<html>
-<pre>
 <?php 
-print_r($GLOBALS);
-print_r($_REQUEST);
-print_r($_SERVER);
+
+require_once("../lib/lib.php");
+
+if(function_exists("goWebProcessor")) {
+       goWebProcessor();
+       exit(0);
+}
+
 ?>
-</pre>
-</html>
\ No newline at end of file
+<html>
+<body>
+No Web Component Installed
+</body>
+</html>