Update webpagetool.php

This commit is contained in:
Namhyeon Go 2019-11-13 16:48:04 +09:00 committed by GitHub
parent ef7dd30233
commit ce9a66d60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -452,7 +452,7 @@ if(!check_function_exists("get_web_page")) {
"status" => $status,
"resno" => $resno,
"errno" => $errno,
"id" => get_web_identifier($url, $method, $data),
"id" => get_web_identifier($url, $method, $data, $headers),
"md5" => get_hashed_text($content, "md5"),
"sha1" => get_hashed_text($content, "sha1"),
"gz_content" => get_hashed_text($gz_content, "base64"),