Jackson Dou 2 years ago
parent
commit
be8350320b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/core.php

+ 3 - 3
src/core.php

@@ -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";