mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
ids.cgi: Fixed trivial typos in comment
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
65030c233b
commit
800290ce2a
@@ -619,7 +619,7 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) {
|
||||
# Convert interface name into upper case.
|
||||
my $zone_upper = uc($zone);
|
||||
|
||||
# Check if the IDS is enabled for this interaces.
|
||||
# Check if the IDS is enabled for these interfaces.
|
||||
if ($cgiparams{"ENABLE_IDS_$zone_upper"}) {
|
||||
# Increase count.
|
||||
$monitored_zones++;
|
||||
|
||||
Reference in New Issue
Block a user