summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-09 17:47:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-09 17:47:27 +0000
commit2e56710cc4d4af96740f4c872f9341894226c697 (patch)
tree97c06728e9c76ff791755cbd96f1ffd558f1950b /usr/local/www/firewall_nat_out.php
parentec11a1adce38722253bd1e0487a246d6760d1117 (diff)
downloadpfsense-2e56710cc4d4af96740f4c872f9341894226c697.zip
pfsense-2e56710cc4d4af96740f4c872f9341894226c697.tar.gz
Ticket #467 destination network on firewall_nat_out_edit.php incorrectly parsed.
Submitted-by-someone-who-refuses-to-accept-cvs-account: databeestje
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 85a7bae..9b2ed16 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -279,7 +279,7 @@ include("head.inc");
else {
if (isset($natent['destination']['not']))
echo "!&nbsp;";
- echo $natent['destination']['network'];
+ echo $natent['destination']['address'];
}
?>
</td>
OpenPOWER on IntegriCloud