Home
last modified time | relevance | path

Searched refs:usersepchar (Results 1 – 1 of 1) sorted by relevance

/plugin/authhiorgserver/
H A Dauth.php19 private $usersepchar = "@"; variable in auth_plugin_authhiorgserver
171 if(strpos($u,$this->usersepchar)===false) {
190 return $this->cleanUser($user) . $this->usersepchar . $this->cleanUser($ov);