diff options
Diffstat (limited to 'en/downloads/get/index.php')
-rw-r--r-- | en/downloads/get/index.php | 2 |
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); |