firewall.menu: Drop entry for P2P-Block.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Stefan Schantl
2022-02-14 20:03:07 +01:00
committed by Peter Müller
parent 0b2d66c7a0
commit 52c8eaac4b

View File

@@ -21,12 +21,6 @@
'title' => "$Lang::tr{'intrusion detection system'}",
'enabled' => 1,
};
$subfirewall->{'50.p2p'} = {
'caption' => $Lang::tr{'p2p block'},
'uri' => '/cgi-bin/p2p-block.cgi',
'title' => "P2P-Block",
'enabled' => 1,
};
$subfirewall->{'60.locationblock'} = {
'caption' => $Lang::tr{'locationblock'},
'uri' => '/cgi-bin/location-block.cgi',