mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
(ipsec) show authentication_method as-is when not in list
This commit is contained in:
parent
dd644482e6
commit
2fa901e898
@ -438,7 +438,9 @@ $( document ).ready(function() {
|
||||
'rsasig' => array( 'name' => 'Mutual RSA', 'mobile' => false ),
|
||||
'pre_shared_key' => array( 'name' => 'Mutual PSK', 'mobile' => false ) );
|
||||
?>
|
||||
<?=$p1_authentication_methods[$ph1ent['authentication_method']]['name'];?>
|
||||
<?=!empty($p1_authentication_methods[$ph1ent['authentication_method']]['name']) ?
|
||||
$p1_authentication_methods[$ph1ent['authentication_method']]['name'] :
|
||||
strtoupper($ph1ent['authentication_method']);?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$ph1ent['descr'];?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user