Update webpagetool.php

This commit is contained in:
Namhyeon Go 2018-12-12 13:17:58 +09:00 committed by GitHub
parent 2ef66e681c
commit 64904f2d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,9 +331,6 @@ if(!function_exists("get_web_page")) {
$status = $curl_result['status'];
$resno = $curl_result['resno'];
$errno = $curl_result['errno'];
var_dump($curl_result);
exit;
if($content !== false) {
// nothing