提交 d4336434 编写于 作者: G gongfuxiang

方法错误修复

上级 bebe8429
...@@ -2150,7 +2150,7 @@ function CurlPost($url, $post, $is_json = false, $timeout = 30) ...@@ -2150,7 +2150,7 @@ function CurlPost($url, $post, $is_json = false, $timeout = 30)
*/ */
function FsockopenPost($url, $data = '') function FsockopenPost($url, $data = '')
{ {
$row = parse_MyUrl($url); $row = parse_url($url);
$host = $row['host']; $host = $row['host'];
$port = isset($row['port']) ? $row['port'] : 80; $port = isset($row['port']) ? $row['port'] : 80;
$file = $row['path']; $file = $row['path'];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册