diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index 8bde4be2..83b2c075 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -45,6 +45,12 @@ class Index extends CI_Controller request_uri NOT like '%.jpg' and request_uri NOT like '%.png' and request_uri NOT like '%.gif' + and request_uri NOT like '%.css' + and request_uri NOT like '%.js' + and request_uri NOT like '%.woff' + and request_uri NOT like '%.ttf' + and request_uri NOT like '%.eot' + and request_uri NOT like '%.ico' and request_uri NOT like '/guide-use.php%' and request_uri NOT like '/index.php%' and request_uri NOT like '/secureforms/form_token'