]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Use https to website link
authorLaurent Destailleur <eldy@destailleur.fr>
Sat, 9 Mar 2024 23:06:30 +0000 (00:06 +0100)
committerLaurent Destailleur <eldy@destailleur.fr>
Sat, 9 Mar 2024 23:06:30 +0000 (00:06 +0100)
wwwroot/cgi-bin/awstats.model.conf
wwwroot/cgi-bin/awstats.pl

index 5daacc33983eeec0028ca9056124feee68fbbe78..12f066af506719d12a60b5bfe872cbccf84975db 100644 (file)
@@ -1263,7 +1263,7 @@ MetaRobot=0
 # 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.
index b984ada6d33c8d61ee20ab11cf44e108a57997f2..ebd5fb18879f2ba0a9156dcd3272cc643e75cbe1 100755 (executable)
@@ -2902,7 +2902,7 @@ sub Check_Config {
        }
        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;
@@ -10153,7 +10153,7 @@ sub HTMLTopBanner{
 
                # 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\""
@@ -10215,7 +10215,7 @@ sub HTMLTopBanner{
 
                # 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\""