Move IDS/IPS menu entry to firewall section

Fixes #12011.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2019-03-10 13:27:52 +01:00
parent b051eb68b6
commit 1fbf0788bf
2 changed files with 5 additions and 5 deletions

View File

@@ -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',

View File

@@ -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',