]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
use HTTPS for links to fireinfo.ipfire.org
authorPeter Müller <peter.mueller@link38.eu>
Sun, 7 Jan 2018 10:01:36 +0000 (11:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 7 Jan 2018 19:18:33 +0000 (19:18 +0000)
Since fireinfo.ipfire.org is now supporting HTTPS, the
links in the WebUI should point to the secure version of the site.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/fireinfo.cgi

index 0060a117cdf1db0d0ca4152e77a1f409b9e8038a..08fee3d8acd3a605ab6ed288fbcc7c0190ed6e29 100644 (file)
@@ -67,7 +67,7 @@ if ($fireinfosettings{'ENABLE_FIREINFO'} ne "on") {
 <font color="$Header::colourred">
        <p>
                $Lang::tr{'fireinfo why descr1'}
-               $Lang::tr{'fireinfo why descr2'}<a href="http://fireinfo.ipfire.org" target="_blank">$Lang::tr{'fireinfo why read more'}</a>
+               $Lang::tr{'fireinfo why descr2'}<a href="https://fireinfo.ipfire.org" target="_blank">$Lang::tr{'fireinfo why read more'}</a>
        </p>
 </font>
 END
@@ -122,7 +122,7 @@ print <<END;
        <tr>
                <td>$Lang::tr{'fireinfo your profile id'}:</td>
                <td>
-                       <a href="http://fireinfo.ipfire.org/profile/$profile_id" target="_blank">$profile_id</a>
+                       <a href="https://fireinfo.ipfire.org/profile/$profile_id" target="_blank">$profile_id</a>
                </td>
        </tr>
        <tr>