mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Revert "(ipsec) show authentication_method as-is when not in list"
This reverts commit 2fa901e898268c8ea6ba5908c1d790fbab9c197d.
This commit is contained in:
parent
d15fb26934
commit
9fe3389cc5
@ -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'];?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user