From af2ce6052cc040b5178860cdd7d77deb9f6783a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Tue, 2 Mar 2010 12:44:29 +0000 Subject: [PATCH] Display the http protocol in the reported address --- denied.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denied.c b/denied.c index 3bdda55..0dd41eb 100644 --- a/denied.c +++ b/denied.c @@ -158,7 +158,7 @@ void gen_denied_report(void) } fputs("",fp_ou); + fputs("\">http://",fp_ou); output_html_string(fp_ou,url,100); fputs("\n",fp_ou); } -- 2.47.2