From: Frédéric Marchal Date: Sun, 26 Dec 2010 11:12:34 +0000 (+0000) Subject: Link the user downloading the file to the corresponding user page X-Git-Tag: v2.3.2~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=097b101f9cd464799f3960af2db391f71670a698;p=thirdparty%2Fsarg.git 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. --- 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);