Merge branch '2.5.x' into saas

This commit is contained in:
Albert Santoni 2015-02-02 18:03:39 -05:00
commit 7717692b41
3 changed files with 54 additions and 0 deletions

View file

@ -79,6 +79,7 @@ $application = new Zend_Application(
require_once (APPLICATION_PATH."/logging/Logging.php");
Logging::setLogPath('/var/log/airtime/zendphp.log');
Logging::setupParseErrorLogging();
// Create application, bootstrap, and run
try {