Home
last modified time | relevance | path

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

/plugin/securelogin/
H A Daction.php32 if(!$this->slhlp || !$this->slhlp->canWork() || !$this->slhlp->haveKey(true)) return;
55 if(!$this->slhlp || !$this->slhlp->canWork() || !$this->slhlp->haveKey(true)) return;
H A Dadmin.php42 if(!$this->slhlp->canWork())
67 if(!$this->slhlp->canWork()) {
H A Dhelper.php43 function canWork() { function in helper_plugin_securelogin