编辑器初始化未登录校验

This commit is contained in:
devil_gong
2019-01-07 09:57:49 +08:00
parent bc7015c953
commit c6535c7fdd
2 changed files with 1 additions and 4 deletions

View File

@ -34,9 +34,6 @@ class Ueditor extends Common
{
// 调用父类前置方法
parent::__construct();
// 登录校验
$this->Is_Login();
}
/**