diff options
Diffstat (limited to 'apache.txr')
-rw-r--r-- | apache.txr | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |