From 35fb91640a78eb4c58c0ecab50f317d8bd4341da Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 18 Feb 2013 05:36:18 +0100 Subject: [PATCH] Forward Firewall: Fixed Firewall-options (preselection of new Dropdown) for outgoing firewall default behaviour (DROp/REJECT) --- html/cgi-bin/optionsfw.cgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/cgi-bin/optionsfw.cgi b/html/cgi-bin/optionsfw.cgi index f85c76214..b396e3f4c 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 "
"; -- 2.39.2