summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-10 21:05:45 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-10 21:05:45 +0000
commit3207b4e36ac3d0b3c555f5e7bb856f23a32cc36f (patch)
tree2d56284c8894a80049093fa3934623bc7aaf2088 /usr/local/www/firewall_nat_out_edit.php
parent81d3be1fc468468d8f4d5836bf20f75caeb0e8ff (diff)
downloadpfsense-3207b4e36ac3d0b3c555f5e7bb856f23a32cc36f.zip
pfsense-3207b4e36ac3d0b3c555f5e7bb856f23a32cc36f.tar.gz
Set the correct name for the protocol field.
Diffstat (limited to 'usr/local/www/firewall_nat_out_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index 1706a95..56918b0 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -343,7 +343,7 @@ function sourcesel_change() {
<tr>
<td width="22%" valign="top" class="vncellreq">Protocol</td>
<td width="78%" class="vtable">
- <select name="proto" class="formselect">
+ <select name="protocol" class="formselect">
<?php $protocols = explode(" ", "any TCP UDP TCP/UDP ICMP ESP AH GRE IGMP carp pfsync");
foreach ($protocols as $proto): ?>
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['protocol']) echo "selected"; ?>><?=htmlspecialchars($proto);?></option>
OpenPOWER on IntegriCloud