messages and such
[glcas.git] / www / index.php
index 5c2f5d8..d42091a 100644 (file)
@@ -1,9 +1,17 @@
-<html>
-<pre>
 <?php 
-print_r($GLOBALS);
-print_r($_REQUEST);
-print_r($_SERVER);
+
+require_once("../lib/lib.php");
+
+
+if(function_exists("goWebProcessor")) {
+       $calls = urlInterpretter();
+       goWebProcessor($calls);
+       exit(0);
+}
+
 ?>
-</pre>
-</html>
\ No newline at end of file
+<html>
+<body>
+No Web Component Installed
+</body>
+</html>