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'