added some flow stuff
[glcas.git] / www / index.php
index e69de29..4a873a4 100644 (file)
@@ -0,0 +1,15 @@
+<?php 
+
+require_once("../lib/lib.php");
+
+if(function_exists("goWebProcessor")) {
+       goWebProcessor();
+       exit(0);
+}
+
+?>
+<html>
+<body>
+No Web Component Installed
+</body>
+</html>