Home
last modified time | relevance | path

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

/plugin/securelogin/
H A Dadmin.php44 elseif($this->slhlp->haveKey() && !$this->slhlp->workCorrect())
71 elseif($this->slhlp->haveKey() && !$this->slhlp->workCorrect())
H A Daction.php31 $this->slhlp->workCorrect(true);
H A Dhelper.php209 function workCorrect($yes = false) { function in helper_plugin_securelogin