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

This reverts commit 2fa901e898268c8ea6ba5908c1d790fbab9c197d.
This commit is contained in:
Ad Schellevis 2016-07-18 11:15:36 +02:00
parent d15fb26934
commit 9fe3389cc5

View File

@ -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;