From 0e26e955f03221114ab3fc6d189feffeec15dbb2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 4 Dec 2021 17:46:15 +0100 Subject: [PATCH] functions.php, footer.php: change some links from http -> https --- footer.php | 2 +- functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/footer.php b/footer.php index 9b7d40e..6918530 100644 --- a/footer.php +++ b/footer.php @@ -67,7 +67,7 @@ $responsive_options = responsive_get_options();
-
mambaSoft + diff --git a/functions.php b/functions.php index 0b2c2e7..6340e53 100644 --- a/functions.php +++ b/functions.php @@ -109,7 +109,7 @@ function openmamba_download_link($milestone, $medium, $currarch, $ext, $mlword, $currreleasetag=$releaseTag[$medium.'-'.$milestone.'-'.$lang.'-'.$currarch]; $ret = ''; # if ($lang != "it") { - $downloadmirror = 'http://cdn.openmamba.org/pub/openmamba/media'; + $downloadmirror = 'https://cdn.openmamba.org/pub/openmamba/media'; # } else { # $downloadmirror = '/media'; # }