作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

测试反馈修改

@@ -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');