Searched refs:replaceCharacters (Results 1 – 2 of 2) sorted by relevance
/plugin/authsmartcard/auth/ |
H A D | index.php | 27 $replaceCharacters = array(" ", "\t", "\n", "\r", "\0" , "\x0B"); variable 28 $cert = str_replace($replaceCharacters, '', $cert);
|
/plugin/authclientcert/ |
H A D | auth.php | 102 $replaceCharacters = array(" ", "\t", "\n", "\r", "\0" , "\x0B"); 103 $cert = str_replace($replaceCharacters, '', $cert);
|