|
|
@ -41,7 +41,7 @@ class Index extends CI_Controller
|
|
|
|
public function orders_view_path($COLI_SN,$sitecode='cht',$ip,$offset=0){
|
|
|
|
public function orders_view_path($COLI_SN,$sitecode='cht',$ip,$offset=0){
|
|
|
|
$query_string="
|
|
|
|
$query_string="
|
|
|
|
* | select time_local,http_referer,request_uri,http_user_agent,http_x_forwarded_for
|
|
|
|
* | 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'
|
|
|
|
request_uri NOT like '%.jpg'
|
|
|
|
and request_uri NOT like '%.png'
|
|
|
|
and request_uri NOT like '%.png'
|
|
|
|
and request_uri NOT like '%.gif'
|
|
|
|
and request_uri NOT like '%.gif'
|
|
|
|