summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-05-09 18:15:51 +0000
committerErmal <eri@pfsense.org>2014-05-09 18:16:12 +0000
commite8177bbbd0d6b5d47b897a245902261fa838c1f0 (patch)
tree5dae11b539813d6c1387274b9756aee564bac74b /usr/local/www/vpn_ipsec.php
parent81acbdd7a3ef6ffae724a73f745c9a523294b8fc (diff)
downloadpfsense-e8177bbbd0d6b5d47b897a245902261fa838c1f0.zip
pfsense-e8177bbbd0d6b5d47b897a245902261fa838c1f0.tar.gz
This needs to be lower case
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