1. 删除 UTF-8 DOM
pull/19/head v4.0.1
david082321 3 years ago
parent d3f8d9bc75
commit a1bc40eead

@ -1,4 +1,4 @@
<?php
<?php
// 防止外部破解
define('SYSTEM', TRUE);

@ -1,4 +1,4 @@
<html>
<html>
<head>
<meta charset="UTF-8">
<title>hello bilbili</title>

@ -1,4 +1,4 @@
<?php
<?php
// 分类
$type = 1;
$cache_type = "web";
@ -24,7 +24,7 @@ if ((CID != "" || EP_ID != "") && WEB_ON == 1) {
// 欢迎语
header('Content-Type: text/html; charset=utf-8');
if (WELCOME=="file"){
print(file_get_contents(WELCOME_FILE));
include(WELCOME_FILE);
exit();
} elseif (WELCOME=="text"){
exit(WELCOME_TEXT);

@ -1,4 +1,4 @@
<?php
<?php
// 分类
$type = 0;
$cache_type = "app";

@ -1,4 +1,4 @@
<?php
<?php
// 分类
$type = 3;
$cache_type = "app";

@ -1,4 +1,4 @@
<?php
<?php
// 分类
$type = 1;
$cache_type = "app";

@ -1,4 +1,4 @@
<?php
<?php
// 分类
$type = 2;
$cache_type = "app";

@ -1,4 +1,4 @@
<?php
<?php
// 分类
$type = 1;
$cache_type = "app";

@ -1,4 +1,4 @@
<?php
<?php
// 分类
$type = 1;
$cache_type = "web";

@ -1,4 +1,4 @@
<?php
<?php
// 防止外部破解
if(!defined('SYSTEM')) {exit(BLOCK_RETURN);}

@ -1,4 +1,4 @@
<?php
<?php
// 防止外部破解
if(!defined('SYSTEM')) {exit(BLOCK_RETURN);}

@ -1,3 +1,3 @@
<?php
<?php
//未公开
?>

@ -1,3 +1,3 @@
<?php
<?php
//未公开
?>

@ -1,4 +1,4 @@
<?php
<?php
// 防止外部破解
if(!defined('SYSTEM')) {exit(BLOCK_RETURN);}

@ -1,4 +1,4 @@
<?php
<?php
// 防止外部破解
if(!defined('SYSTEM')) {exit(BLOCK_RETURN);}

@ -1,4 +1,4 @@
<?php
<?php
// 防止外部破解
if(!defined('SYSTEM')) {exit(BLOCK_RETURN);}

@ -1,4 +1,4 @@
<?php
<?php
// 防止外部破解
if(!defined('SYSTEM')) {exit(BLOCK_RETURN);}

@ -1,4 +1,4 @@
<?php
<?php
// 防止外部破解
if(!defined('SYSTEM')) {exit(BLOCK_RETURN);}

@ -1,4 +1,4 @@
<?php
<?php
// 防止外部破解
if(!defined('SYSTEM')) {exit(BLOCK_RETURN);}

@ -1,4 +1,4 @@
<?php
<?php
// 防止外部破解
if(!defined('SYSTEM')) {exit(BLOCK_RETURN);}

@ -1,3 +1,3 @@
<?php
<?php
//未公开
?>

@ -1,8 +1,8 @@
<?php
<?php
// 防止外部破解
if(!defined('SYSTEM')) {exit(BLOCK_RETURN);} // 防止外部破解,此行勿改
define('VERSION', '4.0.0');
define('VERSION', '4.0.1');
// 加上json的Header
header('Content-Type: application/json; charset=utf-8');
// 加上web的Header

@ -1,4 +1,4 @@
<?php
<?php
// 分类
$type = 0;
$cache_type = "app";

@ -1,4 +1,4 @@
<?php
<?php
// 分类
$type = 0;
$cache_type = "web";

Loading…
Cancel
Save