Home
last modified time | relevance | path

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

/plugin/authphpbb3/
H A Dauth.php20 protected $_phpbb_conf = array( variable in auth_plugin_authphpbb3
144 if (!empty($this->_phpbb_conf['url'])) {
145 return $this->_phpbb_conf['url'];
153 if (!empty($this->_phpbb_conf['url'])) {
154 return $this->_phpbb_conf['url'];
522 … if (!@file_exists($this->_phpbb_conf['root_path'] . 'config.' . $this->_phpbb_conf['phpEx'])) {
526 include($this->_phpbb_conf['root_path'] . 'config.' . $this->_phpbb_conf['phpEx']);
527 $this->_phpbb_conf['dbms'] = $dbms;
529 $this->_phpbb_conf['dbport'] = $dbport;
530 $this->_phpbb_conf['dbname'] = $dbname;
[all …]