Home
last modified time | relevance | path

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

/plugin/genericsso/
Dauth.php48 $this->_getConf(); // Checks config
58 private function _getConf(string $param = null): array|string|null { function in auth_plugin_genericsso
97 $headers = $this->_getConf('headers') ? getallheaders() : null;
101 $src = $this->_getConf($k.'_attribute');
111 return $this->_getConf($k.'_attribute');
174 $autologin = $this->_getConf('autologin');
256 $this->_goto($this->_getConf('login_url'), wl(getId()));
264 $this->_goto($this->_getConf('logout_url'), $this->_getConf('home_url'));