From 711720886ed7883b9be22962723c157c65567313 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 25 Apr 2014 12:13:12 -0400 Subject: Move the IPsec settings from System > Advanced, Misc tab to "Advanced Settings" tab under VPN > IPsec. --- usr/local/www/vpn_ipsec_phase2.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/local/www/vpn_ipsec_phase2.php') diff --git a/usr/local/www/vpn_ipsec_phase2.php b/usr/local/www/vpn_ipsec_phase2.php index 263f7a1..c18ae0c 100644 --- a/usr/local/www/vpn_ipsec_phase2.php +++ b/usr/local/www/vpn_ipsec_phase2.php @@ -495,6 +495,7 @@ function change_protocol() { $tab_array[0] = array(gettext("Tunnels"), true, "vpn_ipsec.php"); $tab_array[1] = array(gettext("Mobile clients"), false, "vpn_ipsec_mobile.php"); $tab_array[2] = array(gettext("Pre-Shared Keys"), false, "vpn_ipsec_keys.php"); + $tab_array[3] = array(gettext("Advanced Settings"), false, "vpn_ipsec_settings.php"); display_top_tabs($tab_array); ?> -- cgit v1.1