From: Frédéric Marchal Date: Sat, 18 Sep 2010 12:33:23 +0000 (+0000) Subject: Put a HTML link on the user's label between the page of the denied accesses and the... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e9b9fc69579c8e1fa0fce6ee43a8f1cd95a0e3e;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);