ah yeah... and such
[glcas.git] / www / index.php
index e69de29..d42091a 100644 (file)
@@ -0,0 +1,17 @@
+<?php 
+
+require_once("../lib/lib.php");
+
+
+if(function_exists("goWebProcessor")) {
+       $calls = urlInterpretter();
+       goWebProcessor($calls);
+       exit(0);
+}
+
+?>
+<html>
+<body>
+No Web Component Installed
+</body>
+</html>