summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-01 23:19:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-01 23:19:42 +0000
commit6d7aef4e6667f214c954dd684750105e327cdea3 (patch)
tree81c5574964a3966d7f06c50459f4bb1be0535164 /usr/local/www
parent821a25aab3232475e74d360889ea2589ec8a571a (diff)
downloadpfsense-6d7aef4e6667f214c954dd684750105e327cdea3.zip
pfsense-6d7aef4e6667f214c954dd684750105e327cdea3.tar.gz
show any option
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 8490126..a6e6f2a 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -246,7 +246,7 @@ function ext_rep_change() {
foreach ($config['nat']['servernat'] as $sn): ?>
<option value="<?=$sn['ipaddr'];?>" <?php if ($sn['ipaddr'] == $pconfig['extaddr']) echo "selected"; ?>><?=htmlspecialchars("{$sn['ipaddr']} ({$sn['descr']})");?></option>
<?php endforeach; endif; ?>
- <option value="any"<?php if($pconfig['extaddr'] == "any") echo " selected"; ?>></option>
+ <option value="any"<?php if($pconfig['extaddr'] == "any") echo " selected"; ?>>any</option>
</select><br>
<span class="vexpl">
If you want this rule to apply to another IP address than the IP address of the interface chosen above,
OpenPOWER on IntegriCloud