From: Alexander Marx Date: Mon, 18 Feb 2013 04:36:18 +0000 (+0100) Subject: Forward Firewall: Fixed Firewall-options (preselection of new Dropdown) for outgoing... X-Git-Tag: v2.15-beta1~290^2~11^2~186 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35fb91640a78eb4c58c0ecab50f317d8bd4341da;p=people%2Fms%2Fipfire-2.x.git Forward Firewall: Fixed Firewall-options (preselection of new Dropdown) for outgoing firewall default behaviour (DROp/REJECT) --- diff --git a/html/cgi-bin/optionsfw.cgi b/html/cgi-bin/optionsfw.cgi index f85c76214f..b396e3f4cf 100644 --- a/html/cgi-bin/optionsfw.cgi +++ b/html/cgi-bin/optionsfw.cgi @@ -92,6 +92,8 @@ $checked{'DROPSAMBA'}{'off'} = ''; $checked{'DROPSAMBA'}{'on'} = ''; $checked{'DROPSAMBA'}{$settings{'DROPSAMBA'}} = "checked='checked'"; $selected{'FWPOLICY'}{$settings{'FWPOLICY'}}= 'selected'; +$selected{'FWPOLICY1'}{$settings{'FWPOLICY1'}}= 'selected'; + &Header::openbox('100%', 'center', $Lang::tr{'options fw'}); print "
";