From 097b101f9cd464799f3960af2db391f71670a698 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Sun, 26 Dec 2010 11:12:34 +0000 Subject: [PATCH] Link the user downloading the file to the corresponding user page A similar link was available for the denied accesses but not for the download page. --- download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.c b/download.c index 373465d..0695da1 100644 --- a/download.c +++ b/download.c @@ -142,7 +142,7 @@ void download_report(void) fputs("",fp_ou); if (new_user) - fprintf(fp_ou,"%s%s",uinfo->label,ip); + fprintf(fp_ou,"%s%s",uinfo->filename,uinfo->filename,uinfo->label,ip); else fputs("",fp_ou); fprintf(fp_ou,"%s-%s",data,hora); -- 2.47.2