# Default: "awstats_logo6.png"
#
Logo="awstats_logo6.png"
-LogoLink="http://www.awstats.org"
+LogoLink="https://www.awstats.org"
# Value of maximum bar width/height for horizontal/vertical HTML graphics bars.
}
if ( $ShowLinksToWhoIs !~ /[01]/ ) { $ShowLinksToWhoIs = 0; }
$Logo ||= 'awstats_logo6.png';
- $LogoLink ||= 'http://www.awstats.org';
+ $LogoLink ||= 'https://www.awstats.org';
if ( $BarWidth !~ /^\d+/ || $BarWidth < 1 ) { $BarWidth = 260; }
if ( $BarHeight !~ /^\d+/ || $BarHeight < 1 ) { $BarHeight = 90; }
$color_Background =~ s/#//g;
# Logo and flags
if ( $FrameName ne 'mainleft' ) {
- if ( $LogoLink =~ "http://www.awstats.org" ) {
+ if ( $LogoLink =~ "https://www.awstats.org" ) {
print "<td align=\"right\" rowspan=\"3\"><a href=\""
. XMLEncode($LogoLink)
. "\" target=\"awstatshome\"><img src=\"$DirIcons/other/$Logo\" border=\"0\""
# Logo and flags
if ( $FrameName eq 'mainright' ) {
- if ( $LogoLink =~ "http://www.awstats.org" ) {
+ if ( $LogoLink =~ "https://www.awstats.org" ) {
print "<td align=\"right\" rowspan=\"2\"><a href=\""
. XMLEncode($LogoLink)
. "\" target=\"awstatshome\"><img src=\"$DirIcons/other/$Logo\" border=\"0\""