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:
commit
7d24c57771
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user