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 @@ +