summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-27 04:09:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-27 04:09:10 +0000
commit94fbb7a9f4f3a0022c96b6b1a6e9f8e0e1ab5b99 (patch)
treee652b63280865ef7a2dd7e5a6f05cb37eea83695 /usr/local
parentb880db5733bf718522369f1fff37b4c265ec7112 (diff)
downloadpfsense-94fbb7a9f4f3a0022c96b6b1a6e9f8e0e1ab5b99.zip
pfsense-94fbb7a9f4f3a0022c96b6b1a6e9f8e0e1ab5b99.tar.gz
Woops, use the complete xml path.
Diffstat (limited to 'usr/local')
-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 df59453..e88923a 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -106,7 +106,7 @@ if (isset($_POST['save'])) {
$config['interfaces'][$if]['subnet']);
$natent['source']['network'] = $osn;
$natent['sourceport'] = "";
- $natent['descr'] = "Auto created rule for {$config[$if]['descr']}";
+ $natent['descr'] = "Auto created rule for {$config['interfaces'][$if]['descr']}";
$natent['target'] = "";
$natent['interface'] = "wan";
$natent['destination']['any'] = true;
OpenPOWER on IntegriCloud