Merge branch 'wip-2.9-design2016' of ssh://git@192.168.78.249:10022/SCORES/extranet.git into wip-2.9-design2016

This commit is contained in:
Jean Vladimir TWAHIRWA 2016-11-16 15:16:08 +01:00
commit 7d24c57771

View File

@ -19,7 +19,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
$this->bootstrap('frontController');
$front = $this->getResource('frontController');
$front->setControllerDirectory(array(
'admin' => __DIR__ . '/modules/admin/controllers',
'admin' => __DIR__ . '/modules/admin/controllers',
'auth' => __DIR__ . '/modules/auth/controllers',
'default' => __DIR__ . '/modules/default/controllers',
'file' => __DIR__ . '/modules/file/controllers',