Commit 76c05635 by doszhang

dos

parent 2e8a5b6f
......@@ -22,7 +22,7 @@ class IndexController extends Controller
$this->display();
}
public function addNum(){
public function getInfo(){
$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