aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Downloads.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-05-04 22:08:13 +0000
committerRomain d'Alverny <rda@mageia.org>2011-05-04 22:08:13 +0000
commit9998c237c5a30f0ac0b6ddd9b13c166142642f0d (patch)
tree2dafd3a744bd6f8be2770e089a907da63711c12e /lib/Downloads.php
parentd715d35ddf643d0bf762e8536c194ccb42cc1c4c (diff)
downloadwww-9998c237c5a30f0ac0b6ddd9b13c166142642f0d.tar
www-9998c237c5a30f0ac0b6ddd9b13c166142642f0d.tar.gz
www-9998c237c5a30f0ac0b6ddd9b13c166142642f0d.tar.bz2
www-9998c237c5a30f0ac0b6ddd9b13c166142642f0d.tar.xz
www-9998c237c5a30f0ac0b6ddd9b13c166142642f0d.zip
remove https mirror links CCBUG 1140
Diffstat (limited to 'lib/Downloads.php')
-rw-r--r--lib/Downloads.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php
index 614ad09d1..d9a625c41 100644
--- a/lib/Downloads.php
+++ b/lib/Downloads.php
@@ -110,7 +110,7 @@ class Downloads
$m[$val[0]] = $val[1];
}
$pu = parse_url($m['url']);
- if (in_array($pu['scheme'], array('http', 'https', 'ftp')))
+ if (in_array($pu['scheme'], array('http', 'ftp')))
$mirrors3[$m['country']][] = array(
'city' => $m['city'],
'zone' => $m['zone'],