Update webpagetool.php
This commit is contained in:
parent
2ef66e681c
commit
64904f2d45
|
@ -331,9 +331,6 @@ if(!function_exists("get_web_page")) {
|
||||||
$status = $curl_result['status'];
|
$status = $curl_result['status'];
|
||||||
$resno = $curl_result['resno'];
|
$resno = $curl_result['resno'];
|
||||||
$errno = $curl_result['errno'];
|
$errno = $curl_result['errno'];
|
||||||
|
|
||||||
var_dump($curl_result);
|
|
||||||
exit;
|
|
||||||
|
|
||||||
if($content !== false) {
|
if($content !== false) {
|
||||||
// nothing
|
// nothing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user