Add key controller to add/update keys , add bakcend skin param

This commit is contained in:
2016-02-19 21:33:06 +01:00
parent 84e2badd34
commit 4aa17e5210
10 changed files with 83 additions and 19 deletions

View File

@@ -32,9 +32,6 @@ return [
'session' => [
'name' => '_backendSessionId', // unique for backend
'savePath' => __DIR__ . '/../runtime', // a temporary folder on backend
'cookieParams' => [
'path' => '/backend/web',
],
],
'log' => [
'traceLevel' => YII_DEBUG ? 3 : 0,