]> git.ipfire.org Git - thirdparty/sarg.git/commit - html.c
Fix the links of the URL in the reports
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Feb 2012 20:12:34 +0000 (21:12 +0100)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Feb 2012 20:12:34 +0000 (21:12 +0100)
commit6fa33a32899716d79fdd6d40ba24f02d5fa547d9
treebe1a851f65cc55dc5478f8f233b4a701648fa3ee
parent12c63fb457a35bbb20caac34ac6bd308234c55af
Fix the links of the URL in the reports

Some URL are stripped of the scheme and others are not. Some have a scheme
in the access.log while others don't.

The function writing the URL in the report detects the presence of the
scheme and add "http://" before the link if no schemes are detected.
authfail.c
dansguardian_report.c
denied.c
download.c
html.c
include/defs.h
redirector.c
siteuser.c
topsites.c
url.c
util.c