From 3c4ea2e614bf7dd39d3fa33bc6caec70eca8c08d Mon Sep 17 00:00:00 2001 From: ycc Date: Thu, 26 Nov 2020 11:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 402eaad6..25d292f9 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -41,7 +41,7 @@ class Index extends CI_Controller public function orders_view_path($COLI_SN,$sitecode='cht',$ip,$offset=0){ $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,request_body from log where + remote_addr,request_method,request_time,status,body_bytes_sent,upstream_response_time from log where request_uri NOT like '%.jpg' and request_uri NOT like '%.png' and request_uri NOT like '%.gif'