mirror of
				https://github.com/xiaoqidun/phpcp.git
				synced 2025-10-31 16:39:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			148 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			148 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| require "config.php";
 | |
| xhtml_head("ERROR 404 !");
 | |
| echo "<div class=\"error\">你的请求无法找到 - ERROR 404 !</div>";
 | |
| xhtml_footer();
 | |
| ?>
 |