From 22c669bff35547784d89c2c5c87e4311be63500b Mon Sep 17 00:00:00 2001 From: paulr Date: Tue, 20 Sep 2011 00:12:04 +1000 Subject: [PATCH] basic layout stuff --- bin/cbfwrd.php | 19 +++++++++++++++++++ bin/fwc.php | 2 ++ libcbfwr/comms.php | 10 ++++++++++ libcbfwr/config.php | 2 ++ libcbfwr/lib.php | 1 + 5 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 bin/cbfwrd.php create mode 100644 libcbfwr/comms.php create mode 100644 libcbfwr/config.php diff --git a/bin/cbfwrd.php b/bin/cbfwrd.php new file mode 100644 index 0000000..23897e1 --- /dev/null +++ b/bin/cbfwrd.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/bin/fwc.php b/bin/fwc.php index 25d56cc..8be9f88 100644 --- a/bin/fwc.php +++ b/bin/fwc.php @@ -13,4 +13,6 @@ if(file_exists("../libcbfwr")) { // include the based library require_once("libcbfwr/lib.php"); +glcas_pluginLoader(); + ?> \ No newline at end of file diff --git a/libcbfwr/comms.php b/libcbfwr/comms.php new file mode 100644 index 0000000..0098db1 --- /dev/null +++ b/libcbfwr/comms.php @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/libcbfwr/config.php b/libcbfwr/config.php new file mode 100644 index 0000000..67c94a5 --- /dev/null +++ b/libcbfwr/config.php @@ -0,0 +1,2 @@ + \ No newline at end of file diff --git a/libcbfwr/lib.php b/libcbfwr/lib.php index db2c3cb..eccd5b5 100644 --- a/libcbfwr/lib.php +++ b/libcbfwr/lib.php @@ -19,6 +19,7 @@ set_include_path(get_include_path().PATH_SEPARATOR.$adpath); */ require_once("libcbfwr/config.php"); +require_once("libcbfwr/comms.php"); function glcas_pluginLoader($path="") { -- 1.7.0.4