summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase1.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-09-30 13:47:21 -0400
committerjim-p <jimp@pfsense.org>2015-09-30 13:48:27 -0400
commitb1438199497abd329bc9e679b4a72095384cdd06 (patch)
tree9966c745c494ab7b3e202ec39a5d9f52fb27f311 /src/usr/local/www/vpn_ipsec_phase1.php
parentf2cbd2e3175459fa1b76ac7c549cde054dc0a12e (diff)
downloadpfsense-b1438199497abd329bc9e679b4a72095384cdd06.zip
pfsense-b1438199497abd329bc9e679b4a72095384cdd06.tar.gz
Fix detection of mobile IPsec P1 when editing.
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_phase1.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase1.php b/src/usr/local/www/vpn_ipsec_phase1.php
index 59eab8a..ac61a2e 100644
--- a/src/usr/local/www/vpn_ipsec_phase1.php
+++ b/src/usr/local/www/vpn_ipsec_phase1.php
@@ -535,7 +535,7 @@ function build_interface_list() {
}
function build_auth_method_list() {
- global $p1_authentication_methods;
+ global $p1_authentication_methods, $pconfig;
$list = array();
OpenPOWER on IntegriCloud