From bdabd9c86dc0080eb02d75c5148c76a2994bf320 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Fri, 26 May 2023 14:59:12 +0800 Subject: [PATCH] fix empty --- application/third_party/wwwlog/controllers/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index 4ae900e8..1baa7fce 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -170,7 +170,7 @@ class Index extends CI_Controller $query_string = " * | select time_local,http_referer,request_uri,http_user_agent,http_x_forwarded_for, - remote_addr,request_method,request_time,status,body_bytes_sent,upstream_response_time from log where + remote_addr,request_method,request_time,status,body_bytes_sent,upstream_response_time from log where request_uri like '/io/?event=pageview%' and (remote_addr='$ip' OR http_x_forwarded_for like '%$ip%' OR request_uri like '%$client_id%') ORDER BY __time__ DESC