From cba5bd1c610a2d8a596395435dcc608c100ca2a1 Mon Sep 17 00:00:00 2001 From: cyc Date: Thu, 13 Jun 2019 11:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/dingmail/controllers/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/webht/third_party/dingmail/controllers/index.php b/webht/third_party/dingmail/controllers/index.php index d9fe074f..b35ccc31 100644 --- a/webht/third_party/dingmail/controllers/index.php +++ b/webht/third_party/dingmail/controllers/index.php @@ -22,9 +22,6 @@ class Index extends CI_Controller { if(get_cookie('dingunionid') == ''){ redirect('http://www.mycht.cn/info.php/apps/dinglogin/login/?returnurl=http://www.mycht.cn/webht.php/apps/dingmail/index/'); }else{ - if($this->session->userdata('dingdinguserinfo') === false){ - redirect('http://www.mycht.cn/webht.php/apps/dingmail/index/'); - } if($unionid != null && $type != null){ $data['type'] = $type; $data['user'] = get_cookie('dingname');