diff options
author | jim-p <jimp@pfsense.org> | 2011-03-28 12:16:08 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-03-28 12:17:41 -0400 |
commit | c6dfd2892306623d5b988a0955abb6eb343f9766 (patch) | |
tree | a2a716c2124b1810e9e3e9a7f49daf72716f2a84 /usr/local/www/firewall_nat_edit.php | |
parent | 8f587b1dbbac22da6b2198ca63c171bf25cf6d9c (diff) | |
download | pfsense-c6dfd2892306623d5b988a0955abb6eb343f9766.zip pfsense-c6dfd2892306623d5b988a0955abb6eb343f9766.tar.gz |
In IPsec, s/mobileclients/client/, this was changed long ago in the config but not everywhere followed.
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-x | usr/local/www/firewall_nat_edit.php | 2 |
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 361d324..3dc1d83 100755 --- a/usr/local/www/firewall_nat_edit.php +++ b/usr/local/www/firewall_nat_edit.php @@ -482,7 +482,7 @@ include("fbegin.inc"); ?> $interfaces['pppoe'] = "PPPoE VPN"; /* add ipsec interfaces */ - if (isset($config['ipsec']['enable']) || isset($config['ipsec']['mobileclients']['enable'])) + if (isset($config['ipsec']['enable']) || isset($config['ipsec']['client']['enable'])) if(have_ruleint_access("enc0")) $interfaces["enc0"] = "IPsec"; |