From d4336434333cd1c63697c3784b5abcc8146ca99f Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 16 Nov 2021 18:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E6=B3=95=E9=94=99=E8=AF=AF=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common.php b/app/common.php index 670464885..8ac5c1050 100755 --- a/app/common.php +++ b/app/common.php @@ -2150,7 +2150,7 @@ function CurlPost($url, $post, $is_json = false, $timeout = 30) */ function FsockopenPost($url, $data = '') { - $row = parse_MyUrl($url); + $row = parse_url($url); $host = $row['host']; $port = isset($row['port']) ? $row['port'] : 80; $file = $row['path'];