添加浏览器识别,移动端404

master
尹诚诚 4 years ago
parent 938c3e97e5
commit 35aaae3444

@ -1,4 +1,5 @@
<?php
ini_set('user_agent',$_SERVER['HTTP_USER_AGENT']);
Header("HTTP/1.1 404 Not Found");
echo file_get_contents("https://www.asiahighlights.com/page-not-found");
?>
Loading…
Cancel
Save