Hinzugefügt:

* Firewallhits


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@142 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-05-25 21:10:48 +00:00
parent a743d2850d
commit df8c781030
7 changed files with 322 additions and 4 deletions

View File

@@ -245,14 +245,19 @@ sub genmenu {
'title' => "$tr{'sstraffic'}",
'enabled' => 1,
};
$subnetwork->{'06.openvpn'} = {
$subnetwork->{'06.fwhits'} = {
'caption' => 'Firewallhits',
'uri' => '/cgi-bin/fwhits.cgi',
'title' => "IPFire Firewallhits",
'enabled' => 1,
};
$subnetwork->{'07.openvpn'} = {
'caption' => 'OpenVPN',
'uri' => '/cgi-bin/ovpnmain.cgi',
'title' => "$tr{'virtual private networking'}",
'enabled' => 1,
};
$subnetwork->{'07.ipsec'} = {
$subnetwork->{'08.ipsec'} = {
'caption' => 'IPSec,
'uri' => '/cgi-bin/vpnmain.cgi',
'title' => "$tr{'virtual private networking'}",