Moving the old code aside into the archive as i begin a new
[glcas.git] / archive / v1 / www / index.php
diff --git a/archive/v1/www/index.php b/archive/v1/www/index.php
new file mode 100644 (file)
index 0000000..d42091a
--- /dev/null
@@ -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>