方法错误修复
parent
bebe8429f0
commit
d433643433
|
|
@ -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'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue