file path change for linux
This commit is contained in:
parent
0b4c68060f
commit
871cf9704f
@ -16,7 +16,7 @@ Class GiantControllerLib
|
||||
|
||||
public function __construct($companyId)
|
||||
{
|
||||
$this->configVal = new Zend_Config_Ini( realpath(dirname(__FILE__)).'\giant.ini' );
|
||||
$this->configVal = new Zend_Config_Ini(APPLICATION_PATH.'/../library/Giant/giant.ini' );
|
||||
$c = Zend_Registry::get('config');
|
||||
$this->pathImg = $c->profil->path->pages.'/imgcache/'.$companyId;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user