From: Frédéric Marchal Date: Mon, 19 Jul 2010 07:17:43 +0000 (+0000) Subject: Put a HTML link on the user's label between the page of the denied accesses and the... X-Git-Tag: v2.3.1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=610087fae69f4bac3fb6f0407429b6933e6e5e7f;p=thirdparty%2Fsarg.git Put a HTML link on the user's label between the page of the denied accesses and the user page. --- diff --git a/denied.c b/denied.c index 637fad5..99a624f 100644 --- a/denied.c +++ b/denied.c @@ -139,7 +139,7 @@ void gen_denied_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);