summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase2.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-09-22 12:51:41 -0500
committerJared Dillard <jdillard@netgate.com>2015-09-22 12:51:49 -0500
commit8688c6b203a9d0a95722332571d0ef022b771f29 (patch)
tree40cfb4e890575bf6201c7c9ca35c95bb46ada361 /src/usr/local/www/vpn_ipsec_phase2.php
parent9559e6b88bb61c149098b95bcf99a74debeab4a9 (diff)
downloadpfsense-8688c6b203a9d0a95722332571d0ef022b771f29.zip
pfsense-8688c6b203a9d0a95722332571d0ef022b771f29.tar.gz
Ticket #5182 add hide functionality
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_phase2.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase2.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase2.php b/src/usr/local/www/vpn_ipsec_phase2.php
index 330d870..573f9cf 100644
--- a/src/usr/local/www/vpn_ipsec_phase2.php
+++ b/src/usr/local/www/vpn_ipsec_phase2.php
@@ -978,7 +978,10 @@ events.push(function(){
change_mode();
});
- // ---------- Iniatial page load ----------------------------------------------------------------------------------
+ // ---------- Iniatial page load ----------------------------------------------------------------------------------
+ hideInput('ikeid', true);
+ hideInput('uniqid', true);
+
change_mode();
change_protocol();
typesel_change_local(<?=htmlspecialchars($pconfig['localid_netbits'])?>);
OpenPOWER on IntegriCloud