some structure to how configs are loaded, how the daemon works, etc
[CBFWR.git] / libcbfwr / fwui.php
index a94b4ad..cf8056b 100644 (file)
@@ -2,7 +2,9 @@
 
 function CBFWZonesPage()
 {
-       return "hi";
+       $comms = new Comms();
+       
+       $config = $comms->getConfig();
 }
 
 function CBFWInterfacesPage()