summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rw-r--r--usr/local/www/vpn_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index 726b9e7..ecfc6c1 100644
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -184,7 +184,7 @@ include("head.inc");
<tr valign="top" ondblclick="document.location='vpn_ipsec_phase1.php?p1index=<?=$i;?>'">
<td class="listlr">
<?=$spans;?>
- <?php if (empty($ph1ent['iketype']) || $ph1ent['iketype'] == "IKEv1")
+ <?php if (empty($ph1ent['iketype']) || $ph1ent['iketype'] == "ikev1")
echo "V1";
else
echo "V2";
OpenPOWER on IntegriCloud