Revert zend routing changes to fix uploads

This commit is contained in:
Albert Santoni 2014-08-01 15:30:37 -04:00
parent 1c676dee6d
commit 0203be0f10
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ bootstrap.class = "Bootstrap"
appnamespace = "Application" appnamespace = "Application"
resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
resources.frontController.params.displayExceptions = 0 resources.frontController.params.displayExceptions = 0
;resources.frontController.moduleDirectory = APPLICATION_PATH "/modules" resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
resources.frontController.plugins.putHandler = "Zend_Controller_Plugin_PutHandler" resources.frontController.plugins.putHandler = "Zend_Controller_Plugin_PutHandler"
resources.modules[] = ""
;load everything in the modules directory including models ;load everything in the modules directory including models
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/" resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/"
resources.modules[] = ""
resources.view[] = resources.view[] =
; These are no longer needed. They are specified in /etc/airtime/airtime.conf: ; These are no longer needed. They are specified in /etc/airtime/airtime.conf:
;resources.db.adapter = "Pdo_Pgsql" ;resources.db.adapter = "Pdo_Pgsql"