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