Home
last modified time | relevance | path

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

/plugin/securelogin/
H A Dhelper.php19 protected $_keyIFile; variable in helper_plugin_securelogin
31 $this->_keyIFile = $conf['cachedir'].'/securelogin.ini';
51 if(file_exists($this->_keyIFile)) {
52 $this->_keyInfo = parse_ini_file($this->_keyIFile);
60 if(file_exists($this->_keyIFile))
61 $this->_keyInfo = parse_ini_file($this->_keyIFile);
106 $fpinfo = fopen($this->_keyIFile, "w");
111 $this->_keyInfo = parse_ini_file($this->_keyIFile);