From: Frédéric Marchal Date: Tue, 2 Mar 2010 12:44:29 +0000 (+0000) Subject: Display the http protocol in the reported address X-Git-Tag: v2.3-pre2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2ce6052cc040b5178860cdd7d77deb9f6783a2;p=thirdparty%2Fsarg.git Display the http protocol in the reported address --- 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); }