messages and such
[glcas.git] / www / index.php
index be74178..d42091a 100644 (file)
@@ -2,13 +2,16 @@
 
 require_once("../lib/lib.php");
 
+
+if(function_exists("goWebProcessor")) {
+       $calls = urlInterpretter();
+       goWebProcessor($calls);
+       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>