Update webpagetool.php

This commit is contained in:
Namhyeon Go 2021-02-01 16:48:41 +09:00 committed by GitHub
parent 25fc749e27
commit ea694b98a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,7 +648,8 @@ if(!is_fn("get_web_page")) {
"gz_sha1" => get_hashed_text($gz_content, "sha1"),
"gz_ratio" => $gz_ratio,
"method" => $_method,
"params" => $data,
"headers" => $headers,
"params" => $data
);
return $response;