closed admin panel
This commit is contained in:
@ -9,6 +9,12 @@ return [
|
||||
'cache' => [
|
||||
'class' => 'yii\caching\FileCache',
|
||||
],
|
||||
'authManager' => [
|
||||
'class' => 'yii\rbac\DbManager',
|
||||
// 'itemFile' => '@common/components/rbac/items.php',
|
||||
// 'assignmentFile' => '@common/components/rbac/assignments.php',
|
||||
// 'ruleFile' => '@common/components/rbac/rules.php'
|
||||
],
|
||||
],
|
||||
'controllerMap' => [
|
||||
'elfinder' => [
|
||||
|
Reference in New Issue
Block a user