From 4e2712d60db6832b391d007cb9cfb7c4c3c1cd74 Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 9 May 2014 14:55:22 +0000 Subject: Remove Proposal check as a racoon thingy --- usr/local/www/vpn_ipsec_phase1.php | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'usr') diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php index 103451a..dabc77f 100644 --- a/usr/local/www/vpn_ipsec_phase1.php +++ b/usr/local/www/vpn_ipsec_phase1.php @@ -91,7 +91,6 @@ if (isset($p1index) && $a_phase1[$p1index]) { $pconfig['dhgroup'] = $a_phase1[$p1index]['dhgroup']; $pconfig['lifetime'] = $a_phase1[$p1index]['lifetime']; $pconfig['authentication_method'] = $a_phase1[$p1index]['authentication_method']; - $pconfig['proposal_check'] = $a_phase1[$p1index]['proposal_check']; if (($pconfig['authentication_method'] == "pre_shared_key") || ($pconfig['authentication_method'] == "xauth_psk_server")) { @@ -342,7 +341,6 @@ if ($_POST) { $ph1ent['certref'] = $pconfig['certref']; $ph1ent['caref'] = $pconfig['caref']; $ph1ent['authentication_method'] = $pconfig['authentication_method']; - $ph1ent['proposal_check'] = $pconfig['proposal_check']; $ph1ent['descr'] = $pconfig['descr']; $ph1ent['nat_traversal'] = $pconfig['nat_traversal']; @@ -711,22 +709,6 @@ function dpdchkbox_change() { - - - - -
- - - - - -- cgit v1.1