Home
last modified time | relevance | path

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

/plugin/authsmf20/
Dauth.php32 protected $_smf_conf = array( variable in auth_plugin_authsmf20
156 $this->_smf_conf['path'] = rtrim(trim($this->getConf('smf_path')), '\/');
157 if (!file_exists($this->_smf_conf['path'] . '/SSI.php')) {
158 dbglog('SMF not found in path' . $this->_smf_conf['path']);
161 include_once($this->_smf_conf['path'] . '/SSI.php');
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;
[all …]