phpcp/404.php

7 lines
148 B
PHP
Raw Permalink Normal View History

2020-09-16 12:24:54 +08:00
<?php
require "config.php";
xhtml_head("ERROR 404 !");
echo "<div class=\"error\">你的请求无法找到 - ERROR 404 !</div>";
xhtml_footer();
?>