Home
last modified time | relevance | path

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

/plugin/authjoomla3/
H A Dauth.php18 protected $joomlaPath = ''; variable in auth_plugin_authjoomla3
27 $this->joomlaPath = $this->getConf('joomlaPath');
29 if ($this->joomlaPath == ''
30 || !is_dir($this->joomlaPath)
31 || !file_exists($this->joinPaths($this->joomlaPath, 'configuration.php'))) {
64 require_once $this->joinPaths($this->joomlaPath, 'configuration.php');