darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
126 stars 36 forks source link

Custom Header issue #156

Closed lravelo closed 7 years ago

lravelo commented 7 years ago

So I've been tinkering with the Custom Header section in the conf file. I want the link to point back to the home page so I've set the following tag:

<a href="$self->{WebUrl}">

What happens is that it's actually appending $self->{WebUrl} to the end of the URL like so:

http://servername.com/squidreport/$self->{WebUrl}

If I leave the tag blank like this:

<a href="">

It will just become a link to the page that I'm currently on. Could use some help.

lravelo commented 7 years ago

Nevermind. Had to rebuild the page to get it to work. It's working now.