Searched refs:joomlaPath (Results 1 – 1 of 1) sorted by relevance
18 protected $joomlaPath = ''; variable in auth_plugin_authjoomla327 $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');