使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Laclic
/
Souke
关注
5
点赞
0
派生
1
代码
工单
1
合并请求
0
版本发布
0
百科
动态
浏览代码
[Site] Erreur accès inscription : Vous n'êtes pas autorisé à effectuer cette action
#1205
feature/souke
Guillaume Bourgeois
1年前
父节点
f17772f08c
当前提交
d17b65ebc2
共有
1 个文件被更改
,包括
3 次插入
和
0 次删除
分列视图
显示文件统计
+3
-0
frontend/controllers/SiteController.php
+ 3
- 0
frontend/controllers/SiteController.php
查看文件
@@ -83,6 +83,9 @@ class SiteController extends FrontendController
'roles' => ['@'],
],
],
'denyCallback' => function($rule, $action) {
return $this->redirect('index');
}
],
'verbs' => [
'class' => VerbFilter::class,
撰写
预览
正在加载...
取消
保存