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