From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] use HTTPS for links to fireinfo.ipfire.org Date: Sun, 07 Jan 2018 11:01:36 +0100 Message-ID: <20180107110136.08124be9.peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6007884143718215982==" List-Id: --===============6007884143718215982== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=C3=BCller --- html/cgi-bin/fireinfo.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/fireinfo.cgi b/html/cgi-bin/fireinfo.cgi index 0060a117c..08fee3d8a 100644 --- a/html/cgi-bin/fireinfo.cgi +++ b/html/cgi-bin/fireinfo.cgi @@ -67,7 +67,7 @@ if ($fireinfosettings{'ENABLE_FIREINFO'} ne "on") {

$Lang::tr{'fireinfo why descr1'} - $Lang::tr{'fireinfo why descr2'}$Lang::tr{'fireinfo why read more'} + $Lang::tr{'fireinfo why descr2'}$Lang::tr{'fireinfo why read more'}

END @@ -122,7 +122,7 @@ print < $Lang::tr{'fireinfo your profile id'}: - $profile_id + $profile_id --=20 2.13.6 --===============6007884143718215982==--