is_weixin() && !isset($_GET['ok']) && !is_login()) { $this->site_in = 'computer'; }else { $this->site_in = 'weixin'; $rmid = I('get.rmid',0); if( !empty($rmid) ) { cookie('rmid', $rmid); } if(!is_login() && !in_array(CONTROLLER_NAME,array('Public','Platform','Utility','Payment','Image','Apiindex','Apiquan','Apicart','Apigoods','Apiuser','Api','Apicheckout') )) { } } //share_rmid/NjAwXzBfMA== } public function is_weixin(){ if ( strpos($_SERVER['HTTP_USER_AGENT'], 'MicroMessenger') !== false ) { return true; } return false; } /* 空操作,用于输出404页面 */ public function _empty(){ // $this->display('Public:404');die(); //die('空操作'); header('Location: seller.php'); die(); var_dump($_SERVER['REQUEST_URI']);die(); $data = array(); $data['domain'] = $_SERVER['REQUEST_URI']; $data['add_time'] = time(); M('bad_domain')->add($data); $this->redirect('Index/index'); } } ?>