Commit c8a3b6d1b483c070adbb53d47439903a5fc014d4
1 parent
3ba6b877
firs page
Showing
710 changed files
with
49 additions
and
41 deletions
Show diff stats
Too many changes.
To preserve performance only 100 of 710 files are displayed.
@@ -27,6 +27,9 @@ return [ | @@ -27,6 +27,9 @@ return [ | ||
27 | 'identityClass' => 'common\models\User', | 27 | 'identityClass' => 'common\models\User', |
28 | 'enableAutoLogin' => true, | 28 | 'enableAutoLogin' => true, |
29 | ], | 29 | ], |
30 | + 'request' => [ | ||
31 | + 'class' => 'common\components\LangRequest' | ||
32 | + ], | ||
30 | 'urlManager' => [ | 33 | 'urlManager' => [ |
31 | 'enablePrettyUrl' => true, | 34 | 'enablePrettyUrl' => true, |
32 | 'showScriptName' => false, | 35 | 'showScriptName' => false, |
backend/controllers/MenuLocationController.php
100644 → 100755
backend/controllers/NewOptionsLangController.php
100644 → 100755