aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/dl.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/dl.php')
-rw-r--r--en/downloads/dl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/downloads/dl.php b/en/downloads/dl.php
index fbb9d324a..57d7175ee 100644
--- a/en/downloads/dl.php
+++ b/en/downloads/dl.php
@@ -61,7 +61,7 @@ foreach ($g_mirrors as $country => $mirs):
$g_mirs2[$countries[$country]][$mir['city']][] = $mir['url'];
endforeach;
endforeach;
-//print_r($g_mirs2);
+
$g_mirrors = $g_mirs2;
ksort($g_mirrors);
@@ -70,7 +70,7 @@ foreach ($g_mirrors as $country => $cities):
$mirs = array();
foreach ($mirrors as $m) {
$pm = parse_url($m);
- $alt_dl_link = sprintf('%s%s', $m, $product_dl_link);
+ $alt_dl_link = sprintf('%s/%s', $m, $product_dl_link);
$mirs[] = sprintf('%s://<a href="%s" rel="nofollow">%s</a>',
$pm['scheme'], $alt_dl_link, $pm['host']);
}