From 81171c0c7ce7f238fa30c8bbcb3af4d4ccc1013e Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 25 May 2024 11:44:00 +0800 Subject: [PATCH] Update webstats_common.lua --- plugins/webstats/lua/webstats_common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/webstats/lua/webstats_common.lua b/plugins/webstats/lua/webstats_common.lua index e6670acb7..bd87bea91 100644 --- a/plugins/webstats/lua/webstats_common.lua +++ b/plugins/webstats/lua/webstats_common.lua @@ -636,7 +636,7 @@ function _M.statistics_request(self, ip, is_spider, body_length) return pvc, uvc end --- 仅计算GET +-- 仅计算GET/HTML function _M.statistics_request_old(self, ip, is_spider, body_length) -- 计算pv uv local pvc = 0