aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2023-08-26 19:28:22 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2023-08-26 19:28:22 +0200
commitc68d21a1713e181f27523f278698090eb72b5895 (patch)
tree538b0d147b21f816630bb898df4e5eaa507d9d98 /en/downloads
parent28741a2229983b987e914fb243dad022b9d06e12 (diff)
downloadwww-c68d21a1713e181f27523f278698090eb72b5895.tar
www-c68d21a1713e181f27523f278698090eb72b5895.tar.gz
www-c68d21a1713e181f27523f278698090eb72b5895.tar.bz2
www-c68d21a1713e181f27523f278698090eb72b5895.tar.xz
www-c68d21a1713e181f27523f278698090eb72b5895.zip
Mageia 7 archived, only on Distrib-coffee
Diffstat (limited to 'en/downloads')
-rw-r--r--en/downloads/get/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index 51e9ba8eb..16967a737 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -85,7 +85,7 @@ try {
$product['name'] = $product['file'];
}
//check if release is in archives, if yes redirect to the only mirror
- $archives = range(1,6);
+ $archives = range(1,7);
$release = explode(' ', $product['name']);
if (in_array($release[1][0], $archives)){
$download_tmpl = get_download_link($product, $torrent);