Removed per-instance application.ini customizations

This commit is contained in:
Albert Santoni 2014-05-02 16:14:06 -04:00
parent 250d5d083e
commit 1c33da948e
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ if (file_exists('/usr/share/php/libzend-framework-php')) {
require_once 'Zend/Application.php';
$application = new Zend_Application(
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");