Home
last modified time | relevance | path

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

/plugin/authsmf20/
H A Dauth.php32 protected $_smf_conf = array( variable in auth_plugin_authsmf20
164 $this->_smf_conf['boardurl'] = $boardurl;
165 $this->_smf_conf['db_server'] = $db_server;
166 $this->_smf_conf['db_name'] = $db_name;
167 $this->_smf_conf['db_user'] = $db_user;
168 $this->_smf_conf['db_passwd'] = $db_passwd;
170 $this->_smf_conf['db_prefix'] = $db_prefix;
172 return (!empty($this->_smf_conf['boardurl']));
227 $this->_smf_conf['db_server'], $this->_smf_conf['db_user'],
228 $this->_smf_conf['db_passwd'], $this->_smf_conf['db_name'],
[all …]