Update webpagetool.php

This commit is contained in:
Namhyeon Go 2018-06-01 22:16:48 +09:00 committed by GitHub
parent 01ebdcfc29
commit f51e467b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'];