Update whitelist.php

pull/4/head
david082321 4 years ago committed by GitHub
parent 7ba2b3b862
commit 29ff5239d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ if (ACCESS_KEY != ""){ // access_key 是否存在
if (in_array($uid, $WHITELIST)) { if (in_array($uid, $WHITELIST)) {
// pass // pass
}else{ }else{
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" || $ep_ban == 1){ // 替换成葫芦娃、猫和老鼠、喜羊羊、肥肠抱歉
include ("replace.php"); include ("replace.php");
replace(); replace();
}else { }else {
@ -53,4 +53,4 @@ function get_uid_fromsql(){
return $uid; return $uid;
} }
?> ?>

Loading…
Cancel
Save