update
This commit is contained in:
parent
feae9a1482
commit
be8350320b
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue