mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
parent
d55e5d50b6
commit
5cd36a1322
@ -663,7 +663,7 @@ function is_openvpn_server_crl($crlref)
|
||||
|
||||
function is_crl_internal($crl)
|
||||
{
|
||||
return $crl["crlmethod"] ?? '' == "internal";
|
||||
return ($crl["crlmethod"] ?? '') == "internal";
|
||||
}
|
||||
|
||||
function cert_get_cn($crt, $isref = false)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user