Update whitelist.php

pull/4/head
david082321 4 years ago committed by GitHub
parent 674f66f993
commit 5f589f0347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ if (ACCESS_KEY != ""){ // access_key 是否存在
}
// 是否在白名单内
if (!in_array($uid, $WHITELIST) || $ep_ban == 1) {
if (REPLACE_TYPE=="hlw" || REPLACE_TYPE=="tom" || REPLACE_TYPE=="xyy" || REPLACE_TYPE=="404" || ){ // 替换成葫芦娃、猫和老鼠、喜羊羊、肥肠抱歉
if (REPLACE_TYPE=="hlw" || REPLACE_TYPE=="tom" || REPLACE_TYPE=="xyy" || REPLACE_TYPE=="404"){ // 替换成葫芦娃、猫和老鼠、喜羊羊、肥肠抱歉
include ("replace.php");
replace();
}else {

Loading…
Cancel
Save