From 11801d11c94c047965e3f9d20e6d51277809206d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Fri, 14 Dec 2018 11:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=9D=83=E9=99=90=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/keyworlds.php | 3 --- 1 file changed, 3 deletions(-) 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();