|
|
@ -73,7 +73,7 @@ class Index extends CI_Controller
|
|
|
|
and request_uri NOT like '/ajax/getads/'
|
|
|
|
and request_uri NOT like '/ajax/getads/'
|
|
|
|
and request_uri NOT like '/public/template/footer.html'
|
|
|
|
and request_uri NOT like '/public/template/footer.html'
|
|
|
|
and request_uri NOT like '/public/%'
|
|
|
|
and request_uri NOT like '/public/%'
|
|
|
|
and (remote_addr='$ip' OR http_x_forwarded_for like '%'$ip'%')
|
|
|
|
and (remote_addr='$ip' OR http_x_forwarded_for like '%$ip%')
|
|
|
|
";//ORDER BY time_local ASC 时间精度不够,会导致相同排序错误,只能用系统默认排序
|
|
|
|
";//ORDER BY time_local ASC 时间精度不够,会导致相同排序错误,只能用系统默认排序
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
remote_addr :'23.99.99.139'
|
|
|
|
remote_addr :'23.99.99.139'
|
|
|
|