From a358c49f581f2e656a7c29b65bfbe3ad024cd0a4 Mon Sep 17 00:00:00 2001 From: ycc Date: Wed, 9 Dec 2020 14:24:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=9F=E6=88=90pc=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/wwwlog/controllers/index.php | 2 ++ application/views/mobile_first/ch-pc.php | 1 + 2 files changed, 3 insertions(+) diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index ff68e6a6..dfc25cf3 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -50,6 +50,7 @@ class Index extends CI_Controller * | 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 request_uri NOT like '%.jpg' + and request_uri NOT like '%.JPG' and request_uri NOT like '%.png' and request_uri NOT like '%.gif' and request_uri NOT like '%.css' @@ -63,6 +64,7 @@ class Index extends CI_Controller and request_uri NOT like '/secureforms/form_token' and request_uri NOT like '/ip/' and request_uri NOT like '/ajax/getads/' + and request_uri NOT like '/public/template/footer.html' and remote_addr='$ip' ";//ORDER BY time_local ASC 时间精度不够,会导致相同排序错误,只能用系统默认排序 /* diff --git a/application/views/mobile_first/ch-pc.php b/application/views/mobile_first/ch-pc.php index c8ec4cf4..68f68159 100644 --- a/application/views/mobile_first/ch-pc.php +++ b/application/views/mobile_first/ch-pc.php @@ -20,6 +20,7 @@ +