Update webpagetool.php

This commit is contained in:
Namhyeon Go 2018-12-13 12:45:42 +09:00 committed by GitHub
parent aafe65f06c
commit 21f99c10de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,7 +367,7 @@ if(!function_exists("get_web_page")) {
"id" => get_web_identifier($url, $method, $data),
"md5" => get_hashed_text($content, "md5"),
"sha1" => get_hashed_text($content, "sha1"),
"gz_content" => $gz_content,
"gz_content" => get_hashed_text($gz_content, "base64"),
"gz_size" => $gz_content_size,
"gz_md5" => get_hashed_text($gz_content, "md5"),
"gz_sha1" => get_hashed_text($gz_content, "sha1"),