Update webpagetool.php
This commit is contained in:
parent
01ebdcfc29
commit
f51e467b92
|
@ -241,8 +241,6 @@ if(!function_exists("get_web_page")) {
|
||||||
|
|
||||||
$content = curl_exec($ch);
|
$content = curl_exec($ch);
|
||||||
|
|
||||||
var_dump(curl_error($ch));
|
|
||||||
|
|
||||||
if(!is_string($content)) {
|
if(!is_string($content)) {
|
||||||
$res = get_web_page($url, $method . ".cmd", $data, $proxy, $ua, $ct_out, $t_out);
|
$res = get_web_page($url, $method . ".cmd", $data, $proxy, $ua, $ct_out, $t_out);
|
||||||
$content = $res['content'];
|
$content = $res['content'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user