Removed per-instance application.ini customizations
This commit is contained in:
parent
250d5d083e
commit
1c33da948e
|
@ -47,7 +47,8 @@ if (file_exists('/usr/share/php/libzend-framework-php')) {
|
||||||
require_once 'Zend/Application.php';
|
require_once 'Zend/Application.php';
|
||||||
$application = new Zend_Application(
|
$application = new Zend_Application(
|
||||||
APPLICATION_ENV,
|
APPLICATION_ENV,
|
||||||
$_SERVER["AIRTIME_APPINI"]
|
//$_SERVER["AIRTIME_APPINI"] // Old SaaS customization that's no longer needed -- Albert May 2, 2014
|
||||||
|
APPLICATION_PATH . '/configs/application.ini'
|
||||||
);
|
);
|
||||||
|
|
||||||
require_once (APPLICATION_PATH."/logging/Logging.php");
|
require_once (APPLICATION_PATH."/logging/Logging.php");
|
||||||
|
|
Loading…
Reference in New Issue