From 5e9b9fc69579c8e1fa0fce6ee43a8f1cd95a0e3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Sat, 18 Sep 2010 12:33:23 +0000 Subject: [PATCH] Put a HTML link on the user's label between the page of the denied accesses and the user page. --- denied.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2