aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/downloads/lib.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/en/downloads/lib.php b/en/downloads/lib.php
index 8a32806ba..3aa8ef837 100644
--- a/en/downloads/lib.php
+++ b/en/downloads/lib.php
@@ -64,10 +64,17 @@ foreach ($prods2 as $flavour => $prods3) {
foreach ($prods3 as $k => $p) {
$iso = sprintf('%s-%s', $glob['prefix'], $k);
+ /*
$dl_link = sprintf('/%s/downloads/dl.php?product=%s', $locale, $iso);
$bt_link = isset($p['torrent']) ?
sprintf('/%s/downloads/dl.php?product=%s&torrent=1', $locale, $iso) :
null;
+ */
+
+ $dl_link = sprintf('/%s/downloads/get/?q=%s', $locale, $iso);
+ $bt_link = isset($p['torrent']) ?
+ sprintf('/%s/downloads/get/?q=%s&torrent=1', $locale, $iso) :
+ null;
$pop = array_key_exists($k, $popularity) ? $popularity[$k] : 0;