Jackson Dou 2 년 전
부모
커밋
be8350320b
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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";