Commit 9fe3389c authored by Ad Schellevis's avatar Ad Schellevis

Revert "(ipsec) show authentication_method as-is when not in list"

This reverts commit 2fa901e8.
parent d15fb269
......@@ -438,9 +438,7 @@ $( document ).ready(function() {
'rsasig' => array( 'name' => 'Mutual RSA', 'mobile' => false ),
'pre_shared_key' => array( 'name' => 'Mutual PSK', 'mobile' => false ) );
?>
<?=!empty($p1_authentication_methods[$ph1ent['authentication_method']]['name']) ?
$p1_authentication_methods[$ph1ent['authentication_method']]['name'] :
strtoupper($ph1ent['authentication_method']);?>
<?=$p1_authentication_methods[$ph1ent['authentication_method']]['name'];?>
</td>
<td>
<?=$ph1ent['descr'];?>&nbsp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment