From 21f99c10de8637bac38a840378d2ff3e532471a1 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 13 Dec 2018 12:45:42 +0900 Subject: [PATCH] Update webpagetool.php --- helper/webpagetool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/webpagetool.php b/helper/webpagetool.php index 4e08f99..60ffe87 100644 --- a/helper/webpagetool.php +++ b/helper/webpagetool.php @@ -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"),