mirror of
https://github.com/xiaoqidun/phpcp.git
synced 2024-11-22 08:56:46 +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();
|
||
|
?>
|