Forward Firewall: added default option SHOWCOLOR to options and refined default behaviour of firewall in forwardfw.cgi

This commit is contained in:
Alexander Marx
2013-02-22 08:28:48 +01:00
committed by Michael Tremer
parent 562d24b816
commit e28356b928
2 changed files with 32 additions and 33 deletions

View File

@@ -35,6 +35,7 @@ $settings{'DROPOUTGOING'} = 'on';
$settings{'DROPPORTSCAN'} = 'on';
$settings{'DROPWIRELESSINPUT'} = 'on';
$settings{'DROPWIRELESSFORWARD'} = 'on';
$settings{'SHOWCOLORS'} = 'off';
my $errormessage = '';
my $warnmessage = '';