cf8056b079fac867a12b9e70da4f073e7076f050
[CBFWR.git] / libcbfwr / fwui.php
1 <?php
2
3 function CBFWZonesPage()
4 {
5         $comms = new Comms();
6         
7         $config = $comms->getConfig();
8 }
9
10 function CBFWInterfacesPage()
11 {
12         $comms = new Comms();
13         
14         $config = $comms->getConfig();
15 }
16
17 function CBFWObjectsPage()
18 {
19         $comms = new Comms();
20         
21         $config = $comms->getConfig();
22 }
23
24 function CBFWRulesPage()
25 {
26         $comms = new Comms();
27         
28         $config = $comms->getConfig();
29 }
30
31 function findUrl($url_s)
32 {
33         global $URL_HANDLERS;
34         
35         foreach($URL_HANDLERS as $key => $val) {
36                 
37         }
38 }
39 ?>