From 793f4946912d9cca18b8a8ef3d6d961fb1ff0462 Mon Sep 17 00:00:00 2001 From: paulr Date: Thu, 31 Mar 2011 02:31:56 +1100 Subject: [PATCH] added some flow stuff --- lib/plugins/www.php | 22 ++++++++++++++++++++++ www/index.php | 17 +++++++++-------- 2 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 lib/plugins/www.php 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 + + -- 1.7.0.4