summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-03-28 12:16:08 -0400
committerjim-p <jimp@pfsense.org>2011-03-28 12:17:41 -0400
commitc6dfd2892306623d5b988a0955abb6eb343f9766 (patch)
treea2a716c2124b1810e9e3e9a7f49daf72716f2a84 /usr/local/www/firewall_nat_1to1_edit.php
parent8f587b1dbbac22da6b2198ca63c171bf25cf6d9c (diff)
downloadpfsense-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_1to1_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_1to1_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_1to1_edit.php b/usr/local/www/firewall_nat_1to1_edit.php
index 135dd99..e9f4577 100755
--- a/usr/local/www/firewall_nat_1to1_edit.php
+++ b/usr/local/www/firewall_nat_1to1_edit.php
@@ -288,7 +288,7 @@ function typesel_change() {
$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";
OpenPOWER on IntegriCloud