diff --git a/app/common.php b/app/common.php index 6704648850b6597f423a0d25e26dc65352ea742d..8ac5c1050ca74fe38ec1d66d491e2433e5c894f5 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'];