修正一下小错误

修正一下小错误
pull/2/head
AisukaYuki 4 years ago
parent eefc5dabfc
commit 739bbd9446

@ -26,7 +26,7 @@ if ($access_key != ""){
tom();
}elseif (REPLACE_TYPE=="hop"){ // 替换成hop
include ("hop.php");
tom();
hop();
}else {
exit(BLOCK_RETURN);
}

@ -5,7 +5,7 @@ if(!defined('SYSTEM')){
exit(BLOCK_RETURN);
}
function tom(){
function hop(){
$url = "https://bili.tuturu.top/av17001.php";
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$url);

@ -25,7 +25,7 @@ if ($access_key != ""){ // access_key 是否存在
tom();
}elseif (REPLACE_TYPE=="hop"){ // 替换成hop
include ("hop.php");
tom();
hop();
}else{
exit(BLOCK_RETURN);
}

Loading…
Cancel
Save