mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Forward Firewall: Fixed Firewall-options (preselection of new Dropdown) for outgoing firewall default behaviour (DROp/REJECT)
This commit is contained in:
committed by
Michael Tremer
parent
4e62b47f33
commit
35fb91640a
@@ -92,6 +92,8 @@ $checked{'DROPSAMBA'}{'off'} = '';
|
|||||||
$checked{'DROPSAMBA'}{'on'} = '';
|
$checked{'DROPSAMBA'}{'on'} = '';
|
||||||
$checked{'DROPSAMBA'}{$settings{'DROPSAMBA'}} = "checked='checked'";
|
$checked{'DROPSAMBA'}{$settings{'DROPSAMBA'}} = "checked='checked'";
|
||||||
$selected{'FWPOLICY'}{$settings{'FWPOLICY'}}= 'selected';
|
$selected{'FWPOLICY'}{$settings{'FWPOLICY'}}= 'selected';
|
||||||
|
$selected{'FWPOLICY1'}{$settings{'FWPOLICY1'}}= 'selected';
|
||||||
|
|
||||||
|
|
||||||
&Header::openbox('100%', 'center', $Lang::tr{'options fw'});
|
&Header::openbox('100%', 'center', $Lang::tr{'options fw'});
|
||||||
print "<form method='post' action='$ENV{'SCRIPT_NAME'}'>";
|
print "<form method='post' action='$ENV{'SCRIPT_NAME'}'>";
|
||||||
|
|||||||
Reference in New Issue
Block a user