v2.9.17-beta2

1. 修复&被转译问题
pull/9/head
david082321 4 years ago
parent 7fa16839e8
commit 6b3bc36a89

@ -93,6 +93,7 @@ if (IP_RESOLVE == 1) {
}else {
$output = get_webpage($url);
}
$output = str_replace("\u0026","&",$output);
print($output);
// 写入缓存
if (SAVE_CACHE == 1 && $playurl == 1) {

Loading…
Cancel
Save