From: paulr Date: Mon, 19 Sep 2011 14:12:04 +0000 (+1000) Subject: basic layout stuff X-Git-Url: http://git.pjr.cc/?p=CBFWR.git;a=commitdiff_plain;h=22c669bff35547784d89c2c5c87e4311be63500b basic layout stuff --- 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="") {