From 18409a917f7a02c398cb71c881bf3b0c054acc98 Mon Sep 17 00:00:00 2001 From: ycc Date: Thu, 26 Nov 2020 11:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=BB=A4=E6=97=A0=E6=95=88=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E7=9A=84=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/wwwlog/controllers/index.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index 8bde4be2..83b2c075 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -45,6 +45,12 @@ class Index extends CI_Controller request_uri NOT like '%.jpg' and request_uri NOT like '%.png' and request_uri NOT like '%.gif' + and request_uri NOT like '%.css' + and request_uri NOT like '%.js' + and request_uri NOT like '%.woff' + and request_uri NOT like '%.ttf' + and request_uri NOT like '%.eot' + and request_uri NOT like '%.ico' and request_uri NOT like '/guide-use.php%' and request_uri NOT like '/index.php%' and request_uri NOT like '/secureforms/form_token'