]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Corrected Outgoing FW CGI and added files to core.
authorChristian Schmidt <maniacikarus@ipfire.org>
Mon, 26 Oct 2009 07:09:45 +0000 (08:09 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 29 Oct 2009 23:17:32 +0000 (00:17 +0100)
html/cgi-bin/outgoingfw.cgi

index 0730ba2d3d9145f17de42ff457a700153a39dbbe..8988c9a1a67343d2810d19613665154e2713dbdc 100644 (file)
@@ -456,7 +456,7 @@ sub addrule
                    <td width='20%' align='right'>$Lang::tr{'active'}:
                    <td width='30%' align='left'><input type='checkbox' name='ENABLED' $selected{'ENABLED'} />
                <tr><td width='20%' align='right'>$Lang::tr{'protocol'}:
-                   <td width='30%' align='left'><select name='PROT'><option value='tcp' $selected{'PROT'}{'all'}>All</option><option value='tcp' $selected{'PROT'}{'tcp'}>TCP</option><option value='tcp&udp' $selected{'PROT'}{'tcp&udp'}>TCP & UDP</option><option value='udp' $selected{'PROT'}{'udp'}>UDP</option></select>
+                   <td width='30%' align='left'><select name='PROT'><option value='all' $selected{'PROT'}{'all'}>All</option><option value='tcp' $selected{'PROT'}{'tcp'}>TCP</option><option value='tcp&udp' $selected{'PROT'}{'tcp&udp'}>TCP & UDP</option><option value='udp' $selected{'PROT'}{'udp'}>UDP</option></select>
                    <td width='20%' align='right'>$Lang::tr{'policy'}:
                    <td width='30%' align='left'>
 END