-
- Downloads
Fix client-certificate match if-check
`preg_match` returns `0` if no matches are found, `FALSE` only on error. This means that with the previous check unmatching certificates would not be identified, only when the preg_match itself would error.
Loading
Please register or sign in to comment