Update replace.php

pull/14/head
AisukaYuki 3 years ago committed by GitHub
parent 21591a59bb
commit bd51389b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,8 +14,8 @@ function replace() {
$type = "web";
}
if (REPLACE_TYPE == "hlw") {
$url = 'https://black.qimo.ink/hlw.php?type='.$type;
if (REPLACE_TYPE == "txbb") {
$url = 'https://bili.tuturu.top/txbb.php?type='.$type;
}else if (REPLACE_TYPE == "tom") {
$url = 'https://black.qimo.ink/TandJ.php?type='.$type;
}else if (REPLACE_TYPE == "xyy") {
@ -91,4 +91,4 @@ function replace() {
$output3 = str_replace("\/","/",$output3);
exit($output3);
}
?>
?>

Loading…
Cancel
Save