Home
last modified time | relevance | path

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

/plugin/authyubikey/lib/
H A DYubico.php69 var $_url_index; variable in Auth_Yubico
158 if ($this->_url_index>=count($url_list)) return false;
159 else return $url_list[$this->_url_index++];
169 $this->_url_index=0;