Fix replace.php

pull/6/head
david082321 4 years ago
parent 112f172fd4
commit 98496bf6ab

Binary file not shown.

@ -37,7 +37,7 @@ function replace(){
}
// 转发到指定服务器
$url = "https://".$host.$path."?".$_SERVER['QUERY_STRING'];
$url = $host.$path."?".$_SERVER['QUERY_STRING'];
$output2 = get_webpage($url);
if ($type=="intl"){
// 替换成hop

Loading…
Cancel
Save