CS
This commit is contained in:
parent
b57e391ed6
commit
052ceae44d
@ -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