mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Move IDS/IPS menu entry to firewall section
Fixes #12011. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -25,11 +25,6 @@
|
||||
'title' => "Quality of Service",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subservices->{'60.ids'} = {'caption' => $Lang::tr{'intrusion detection'},
|
||||
'enabled' => 1,
|
||||
'uri' => '/cgi-bin/ids.cgi',
|
||||
'title' => "$Lang::tr{'intrusion detection system'}",
|
||||
};
|
||||
$subservices->{'70.extrahd'} = {'caption' => "ExtraHD",
|
||||
'enabled' => 1,
|
||||
'uri' => '/cgi-bin/extrahd.cgi',
|
||||
|
||||
@@ -40,6 +40,11 @@
|
||||
'title' => "Universal Plug and Play",
|
||||
'enabled' => 0,
|
||||
};
|
||||
$subfirewall->{'80.ids'} = {'caption' => $Lang::tr{'intrusion detection'},
|
||||
'uri' => '/cgi-bin/ids.cgi',
|
||||
'title' => "$Lang::tr{'intrusion detection system'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subfirewall->{'90.iptables'} = {
|
||||
'caption' => $Lang::tr{'ipts'},
|
||||
'uri' => '/cgi-bin/iptables.cgi',
|
||||
|
||||
Reference in New Issue
Block a user