diff options
-rwxr-xr-x | en/3/download_index.php | 2 | ||||
-rwxr-xr-x | en/4/download_index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en/3/download_index.php b/en/3/download_index.php index 489bea4fe..625b2c6db 100755 --- a/en/3/download_index.php +++ b/en/3/download_index.php @@ -17,7 +17,7 @@ require '../downloads/get/lib.php'; <meta name="robots" content="index,nofollow,nosnippet"> <link rel="canonical" href="/<?php echo $locale; ?>/3/"> <link rel="stylesheet" href="/g/style/all.css"> - <base href="//<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> + <base href="https://<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> <?php include '../../analytics.php'; ?> </head> <body class="release downloads"> diff --git a/en/4/download_index.php b/en/4/download_index.php index 4ad597de5..1ea13c771 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -58,7 +58,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me <meta name="robots" content="index,nofollow,nosnippet"> <link rel="canonical" href="/<?php echo $locale.'/'.$verion;?>/"> <link rel="stylesheet" href="/g/style/all.css"> - <base href="//<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> + <base href="https://<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> <?php include '../../analytics.php'; ?> <style> .unstable-release-warning { |