summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_phase1.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-05-09 13:57:27 +0000
committerErmal <eri@pfsense.org>2014-05-09 13:57:27 +0000
commitfc835b04ecfb25402d3639c0ff70d19c49ec9f91 (patch)
tree386321124cddfe83923410b3a2e1ec0d537de734 /usr/local/www/vpn_ipsec_phase1.php
parent6ae8b844e1f370b03da4bb49d6492e599658a31d (diff)
downloadpfsense-fc835b04ecfb25402d3639c0ff70d19c49ec9f91.zip
pfsense-fc835b04ecfb25402d3639c0ff70d19c49ec9f91.tar.gz
Use better looking description and remove base type from negotiation. This is only IKEv1 parameter. JS will be added later
Diffstat (limited to 'usr/local/www/vpn_ipsec_phase1.php')
-rw-r--r--usr/local/www/vpn_ipsec_phase1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php
index 62b92b1..bb50a2e 100644
--- a/usr/local/www/vpn_ipsec_phase1.php
+++ b/usr/local/www/vpn_ipsec_phase1.php
@@ -659,7 +659,7 @@ function dpdchkbox_change() {
<td width="78%" class="vtable">
<select name="mode" class="formselect">
<?php
- $modes = array("main","aggressive","base");
+ $modes = array("main" => "Main", "aggressive" => "Aggressive");
foreach ($modes as $mode):
?>
<option value="<?=$mode;?>" <?php if ($mode == $pconfig['mode']) echo "selected"; ?>>
OpenPOWER on IntegriCloud