]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
link to HTTPS version of www.ipfire.org in WebUI
authorPeter Müller <peter.mueller@link38.eu>
Mon, 6 Nov 2017 17:12:48 +0000 (18:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Nov 2017 16:14:36 +0000 (16:14 +0000)
Change links to www.ipfire.org in WebUI themes since the website
now uses HTTPS.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/darkdos/include/functions.pl
html/html/themes/ipfire-legacy/include/functions.pl
html/html/themes/ipfire/include/functions.pl
html/html/themes/maniac/include/functions.pl

index 7d803b6ad3aa872a6981fc6f45a1fe131264a965..ed3f546b0ee0e1a8268a019197e018e6e954a329 100644 (file)
@@ -227,7 +227,7 @@ END
     if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') {
         print "<h1><span>$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}</span></h1><br />"; 
     } else {
-                               print "<h1><span><a href='http://www.ipfire.org' style='text-decoration: none;'>-= IPFire =-</a></span></h1><br />";
+                               print "<h1><span><a href='https://www.ipfire.org' style='text-decoration: none;'>-= IPFire =-</a></span></h1><br />";
                }
                print <<END
                        <h2>+ $h2 +</h2>
index 528825329ffdb486c3a0fdc015fbe3ed9b707c94..26a8763c19e329ef8d9029dac3d4a67095bbf3c1 100644 (file)
@@ -227,7 +227,7 @@ END
     if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') {
         print "<h1><span>$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}</span></h1><br />"; 
     } else {
-                                print "<h1><span><a href='http://www.ipfire.org' style='text-decoration: none;'>IPFire</a></span></h1><br />";
+                                print "<h1><span><a href='https://www.ipfire.org' style='text-decoration: none;'>IPFire</a></span></h1><br />";
                 }
                 print <<END
                         <h2>$h2</h2>
index 7f6000a46d3c5d1641e7cdb8b5113b706d7dee80..9aec77497b886941de0a8213d8408f5c1a38e360 100644 (file)
@@ -152,7 +152,7 @@ print <<END
        <body>
                <div id="header" class="fixed">
                        <div id="logo">
-                               <a href="http://www.ipfire.org" style="text-decoration: none;">
+                               <a href="https://www.ipfire.org" style="text-decoration: none;">
                                        <img src="/themes/ipfire/images/tux2.png" style="float:left; margin-left: -3px; margin-top: -3px;"/>
 END
 ;
@@ -205,8 +205,8 @@ print <<END;
 
        <div id="footer" class='bigbox fixed'>
                <span class="pull-right">
-                       <a href="http://www.ipfire.org/" target="_blank"><strong>IPFire.org</strong></a> &bull;
-                       <a href="http://www.ipfire.org/donate" target="_blank">$Lang::tr{'support donation'}</a>
+                       <a href="https://www.ipfire.org/" target="_blank"><strong>IPFire.org</strong></a> &bull;
+                       <a href="https://www.ipfire.org/donate" target="_blank">$Lang::tr{'support donation'}</a>
                </span>
 
                <strong>$system_release</strong>
index 4866fcd0c7ac67ec800cb9613553a382a23d944f..1c0aea1c4d8f8dcf796931137e40ffba4e671d2c 100644 (file)
@@ -227,7 +227,7 @@ END
     if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') {
         print "<h1><span>$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}</span></h1><br />"; 
     } else {
-                               print "<h1><span><a href='http://www.ipfire.org' style='text-decoration: none;'>-= IPFire =-</a></span></h1><br />";
+                               print "<h1><span><a href='https://www.ipfire.org' style='text-decoration: none;'>-= IPFire =-</a></span></h1><br />";
                }
                print <<END
                        <h2>+ $h2 +</h2>