url manipulation
[glcas.git] / www / index.php
index 4a873a4..d42091a 100644 (file)
@@ -2,8 +2,10 @@
 
 require_once("../lib/lib.php");
 
+
 if(function_exists("goWebProcessor")) {
-       goWebProcessor();
+       $calls = urlInterpretter();
+       goWebProcessor($calls);
        exit(0);
 }