From: paulr Date: Wed, 30 Mar 2011 15:31:56 +0000 (+1100) Subject: added some flow stuff X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=commitdiff_plain;h=793f4946912d9cca18b8a8ef3d6d961fb1ff0462 added some flow stuff --- diff --git a/lib/plugins/www.php b/lib/plugins/www.php new file mode 100644 index 0000000..4ef4c99 --- /dev/null +++ b/lib/plugins/www.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/www/index.php b/www/index.php index be74178..4a873a4 100644 --- a/www/index.php +++ b/www/index.php @@ -2,13 +2,14 @@ require_once("../lib/lib.php"); +if(function_exists("goWebProcessor")) { + goWebProcessor(); + exit(0); +} + ?> -
-
-
- \ No newline at end of file + +No Web Component Installed + +