Commit 69fa6ccc by 冷斌

fix bug

parent d6d36d7e
......@@ -78,7 +78,7 @@ class PassportAction extends CommonAction
if(!$this->mid){
$_SESSION['return_uri'] = $_SERVER['HTTP_REFERER'];
}
echo $reurl;die;
var_dump($_SERVER);die;
$ua = $_SERVER['HTTP_USER_AGENT'];
if (strpos($ua, 'MicroMessenger') == false && strpos($ua, 'Windows Phone') == false) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment