...
|
...
|
@@ -57,7 +57,7 @@ class PublicController extends AdminBaseController |
|
|
{
|
|
|
$loginAllowed = session("__LOGIN_BY_CMF_ADMIN_PW__");
|
|
|
if (empty($loginAllowed)) {
|
|
|
$this->error('非法登录!', cmf_get_root() . '/');
|
|
|
$this->error('非法登录!', url("admin/Index/index"));
|
|
|
}
|
|
|
|
|
|
$captcha = $this->request->param('captcha');
|
...
|
...
|
|