diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index 16c5ebd4..65c270f8 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -73,7 +73,7 @@ class Index extends CI_Controller and request_uri NOT like '/ajax/getads/' and request_uri NOT like '/public/template/footer.html' 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 时间精度不够,会导致相同排序错误,只能用系统默认排序 /* remote_addr :'23.99.99.139'