mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
Fixed advanced app error view
This commit is contained in:
@ -14,6 +14,10 @@ class SiteController extends Controller
|
||||
'access' => [
|
||||
'class' => \yii\web\AccessControl::className(),
|
||||
'rules' => [
|
||||
[
|
||||
'actions' => ['error'],
|
||||
'allow' => true,
|
||||
],
|
||||
[
|
||||
'actions' => ['login'],
|
||||
'allow' => true,
|
||||
|
||||
Reference in New Issue
Block a user