Changeset 7337 for extensions/gally/gally-default/admin
- Timestamp:
- Oct 22, 2010, 10:03:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/gally/gally-default/admin/GallyDefault.class.inc.php
r6752 r7337 52 52 $this->setDirectoryPrivate('templates.local', $templateDirectory); 53 53 54 54 55 $this->setDirectoryPrivate('conf.parent', dirname(dirname(__FILE__)).'/conf'); 55 56 $this->setDirectoryPrivate('conf.local', $confDirectory); … … 89 90 $this->config = new Conf(); 90 91 $this->config->setFileName($this->directories['conf.parent']."/default.conf"); 92 $this->config->read(); 93 $this->config->setFileName($this->directories['conf.local']."/default.conf"); 91 94 $this->config->read(); 92 95 $this->config->setFileName(PHPWG_ROOT_PATH."local/themes/".basename(dirname($this->directories['conf.local']))."/conf/local.conf");
Note: See TracChangeset
for help on using the changeset viewer.