mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
only show aggressive/main mode for IKEv1
This commit is contained in:
parent
a46dc3c763
commit
563ea7ea9a
@ -346,7 +346,10 @@ include("head.inc");
|
||||
</td>
|
||||
<td class="listr" onclick="fr_toggle(<?=$i;?>)" id="frd<?=$i;?>">
|
||||
<?=$spans;?>
|
||||
<?=$ph1ent['mode'];?>
|
||||
<?php
|
||||
if (empty($ph1ent['iketype']) || $ph1ent['iketype'] == "ikev1")
|
||||
echo "{$ph1ent['mode']}";
|
||||
?>
|
||||
<?=$spane;?>
|
||||
</td>
|
||||
<td class="listr" onclick="fr_toggle(<?=$i;?>)" id="frd<?=$i;?>">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user