From cf81506e63b181c6ca55bceae26afd8e707d3f39 Mon Sep 17 00:00:00 2001 From: xchaos Date: Mon, 2 Jan 2012 23:12:41 +0000 Subject: [PATCH] monthly and yearly log with hyperlinks to log files git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@159 251d49ef-1d17-4917-a970-b30cf55b089b --- prometheus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus.c b/prometheus.c index ed4661d..7e42169 100644 --- a/prometheus.c +++ b/prometheus.c @@ -853,8 +853,8 @@ void parse_ip_log(int argc, char **argv) { if(iplog->traffic) { - fprintf(f, "%d%s", - i++, iplog->name); + fprintf(f, "%d%s", + i++, log_url, iplog->name, iplog->name); if(iplog->lmsid > 0) { /*base URL will be configurable soon ... */ -- 2.30.2