X-Git-Url: http://git.pjr.cc/?p=CBFWR.git;a=blobdiff_plain;f=libcbfwr%2Ffwui.php;fp=libcbfwr%2Ffwui.php;h=a94b4ad1d6568403e4da3581d1b89e9c5f97b7f2;hp=0000000000000000000000000000000000000000;hb=9d42ecae8d0c5139e119af983a5fe65f4b0fe149;hpb=90e37664d8296ebb5f3aae443b44b09f95826e90 diff --git a/libcbfwr/fwui.php b/libcbfwr/fwui.php new file mode 100644 index 0000000..a94b4ad --- /dev/null +++ b/libcbfwr/fwui.php @@ -0,0 +1,37 @@ +getConfig(); +} + +function CBFWObjectsPage() +{ + $comms = new Comms(); + + $config = $comms->getConfig(); +} + +function CBFWRulesPage() +{ + $comms = new Comms(); + + $config = $comms->getConfig(); +} + +function findUrl($url_s) +{ + global $URL_HANDLERS; + + foreach($URL_HANDLERS as $key => $val) { + + } +} +?> \ No newline at end of file