Home
last modified time | relevance | path

Searched refs:replaceCharacters (Results 1 – 2 of 2) sorted by last modified time

/plugin/authclientcert/
H A Dauth.php102 $replaceCharacters = array(" ", "\t", "\n", "\r", "\0" , "\x0B");
103 $cert = str_replace($replaceCharacters, '', $cert);
/plugin/authsmartcard/auth/
H A Dindex.php27 $replaceCharacters = array(" ", "\t", "\n", "\r", "\0" , "\x0B"); variable
28 $cert = str_replace($replaceCharacters, '', $cert);