Commit f944a85d by doszhang

dos

parent 48a3ad95
......@@ -23,13 +23,13 @@ class IndexController extends Controller
}
public function getInfo(){
$this->ajaxReturn(array(
'status' => 1,
'poster' => 3,
'msg' => '查询成功',
'branch'=> '广东',
'step' => 1
));
// $this->ajaxReturn(array(
// 'status' => 1,
// 'poster' => 3,
// 'msg' => '查询成功',
// 'branch'=> '广东',
// 'step' => 1
// ));
$referer = $_SERVER['HTTP_REFERER'];
$refererInfo = parse_url( $referer );
if( $refererInfo['host'] != $_SERVER['HTTP_HOST'] )
......
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 sign in to comment