summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_mobile.php
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-11-22 09:27:55 -0600
committerLuiz Otavio O Souza <luiz@netgate.com>2015-11-22 09:27:55 -0600
commit1a2de6d640e720773e5701d53e25ed5bd728da65 (patch)
tree4db880b995d94871778da5cb2ca913b1fe28c145 /src/usr/local/www/vpn_ipsec_mobile.php
parentaa4c2db3d985dc632e08953cf82df9a81f024f29 (diff)
downloadpfsense-1a2de6d640e720773e5701d53e25ed5bd728da65.zip
pfsense-1a2de6d640e720773e5701d53e25ed5bd728da65.tar.gz
Remove the last usage cases of $config['ipsec']['enable'].
IPSEC is always on in 2.3, where necessary (IPSEC rules, IPSEC daemon), we check the existence of phase 1 entries.
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_mobile.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_mobile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_ipsec_mobile.php b/src/usr/local/www/vpn_ipsec_mobile.php
index a806573..9905c88 100644
--- a/src/usr/local/www/vpn_ipsec_mobile.php
+++ b/src/usr/local/www/vpn_ipsec_mobile.php
@@ -431,7 +431,7 @@ include("head.inc");
<?php
if ($savemsg)
print_info_box($savemsg);
-if (isset($config['ipsec']['enable']) && is_subsystem_dirty('ipsec'))
+if (is_subsystem_dirty('ipsec'))
print_info_box_np(gettext("The IPsec tunnel configuration has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));
foreach ($a_phase1 as $ph1ent)
if (isset($ph1ent['mobile']))
OpenPOWER on IntegriCloud