正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -57,7 +57,7 @@ class PublicController extends AdminBaseController | @@ -57,7 +57,7 @@ class PublicController extends AdminBaseController | ||
57 | { | 57 | { |
58 | $loginAllowed = session("__LOGIN_BY_CMF_ADMIN_PW__"); | 58 | $loginAllowed = session("__LOGIN_BY_CMF_ADMIN_PW__"); |
59 | if (empty($loginAllowed)) { | 59 | if (empty($loginAllowed)) { |
60 | - $this->error('非法登录!', cmf_get_root() . '/'); | 60 | + $this->error('非法登录!', url("admin/Index/index")); |
61 | } | 61 | } |
62 | 62 | ||
63 | $captcha = $this->request->param('captcha'); | 63 | $captcha = $this->request->param('captcha'); |
-
请 注册 或 登录 后发表评论