This commit is contained in:
Jackson Dou 2022-08-25 08:47:47 +08:00
parent feae9a1482
commit be8350320b

View file

@ -1,12 +1,12 @@
<?php
header("X-Powered-By: UIISC");
header("Content-Type: text/html; charset=UTF-8");
if (!defined('IN_SYS')) {
// exit('禁止访问');
header("Location: index.php");
exit;
}
header("X-Powered-By: PHP");
header("Content-Type: text/html; charset=UTF-8");
$ROOT = __DIR__;
include_once "{$ROOT}/data/config.php";
include_once "{$ROOT}/library/lang.class.php";