Moving the old code aside into the archive as i begin a new
[glcas.git] / www / index.php
diff --git a/www/index.php b/www/index.php
deleted file mode 100644 (file)
index d42091a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php 
-
-require_once("../lib/lib.php");
-
-
-if(function_exists("goWebProcessor")) {
-       $calls = urlInterpretter();
-       goWebProcessor($calls);
-       exit(0);
-}
-
-?>
-<html>
-<body>
-No Web Component Installed
-</body>
-</html>