diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-27 04:09:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-27 04:09:10 +0000 |
commit | 94fbb7a9f4f3a0022c96b6b1a6e9f8e0e1ab5b99 (patch) | |
tree | e652b63280865ef7a2dd7e5a6f05cb37eea83695 /usr | |
parent | b880db5733bf718522369f1fff37b4c265ec7112 (diff) | |
download | pfsense-94fbb7a9f4f3a0022c96b6b1a6e9f8e0e1ab5b99.zip pfsense-94fbb7a9f4f3a0022c96b6b1a6e9f8e0e1ab5b99.tar.gz |
Woops, use the complete xml path.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 2 |
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; |