web pages and shite
[CBFWR.git] / libcbfwr / fwui.php
diff --git a/libcbfwr/fwui.php b/libcbfwr/fwui.php
new file mode 100644 (file)
index 0000000..a94b4ad
--- /dev/null
@@ -0,0 +1,37 @@
+<?php
+
+function CBFWZonesPage()
+{
+       return "hi";
+}
+
+function CBFWInterfacesPage()
+{
+       $comms = new Comms();
+       
+       $config = $comms->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