summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apache.txr4
1 files changed, 2 insertions, 2 deletions
diff --git a/apache.txr b/apache.txr
index 3a715f4..06b059c 100644
--- a/apache.txr
+++ b/apache.txr
@@ -19,7 +19,7 @@
@ (end)
@ (do
(let ((time (make-time year month day hour min sec :auto)))
- (if points
- (report ip time points)
+ (if (or points (contains "cgit" uri))
+ (report ip time (or points 0))
(do-expiry time))))
@(end)