]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: Fixed Firewall-options (preselection of new Dropdown) for outgoing...
authorAlexander Marx <amarx@ipfire.org>
Mon, 18 Feb 2013 04:36:18 +0000 (05:36 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:08:20 +0000 (14:08 +0200)
html/cgi-bin/optionsfw.cgi

index f85c76214feb76321b734fae9c11ef71f40bf10a..b396e3f4cf42d8096d77d5728790c3cc750075a7 100644 (file)
@@ -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 "<form method='post' action='$ENV{'SCRIPT_NAME'}'>";