diff --git a/application/controllers/keyworlds.php b/application/controllers/keyworlds.php index 472f0b9b..ae82e562 100644 --- a/application/controllers/keyworlds.php +++ b/application/controllers/keyworlds.php @@ -15,9 +15,6 @@ class Keyworlds extends CI_Controller { } public function index($kw_is_id = '') { - $this->load->library('Accesscheck'); - $this->accesscheck->check_access(); - $this->permission->is_admin(); //查询结构列表信息 $data['keyworldsList'] = $this->Keywords_model->get_structure_list();