file path change for linux

This commit is contained in:
Arman KYOKCHAN 2013-10-09 12:08:55 +00:00
parent 0b4c68060f
commit 871cf9704f

View File

@ -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;
}