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

@ -240,9 +240,7 @@ if(!function_exists("get_web_page")) {
curl_setopt_array($ch, $options);
$content = curl_exec($ch);
var_dump(curl_error($ch));
if(!is_string($content)) {
$res = get_web_page($url, $method . ".cmd", $data, $proxy, $ua, $ct_out, $t_out);
$content = $res['content'];