添加浏览器识别,移动端404
parent
938c3e97e5
commit
35aaae3444
@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
ini_set('user_agent',$_SERVER['HTTP_USER_AGENT']);
|
||||||
Header("HTTP/1.1 404 Not Found");
|
Header("HTTP/1.1 404 Not Found");
|
||||||
echo file_get_contents("https://www.asiahighlights.com/page-not-found");
|
echo file_get_contents("https://www.asiahighlights.com/page-not-found");
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue