diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2013-11-16 11:37:46 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2013-11-16 11:37:46 +0000 |
commit | cd761029f2dd35ec83ea1610ce9f2d598e783aad (patch) | |
tree | 88944bc84a699c005f418c4a06e1f0ce34d7bddd | |
parent | 56eb0bc1c3a2a020a54aa095646dffdd0b981e86 (diff) | |
download | www-cd761029f2dd35ec83ea1610ce9f2d598e783aad.tar www-cd761029f2dd35ec83ea1610ce9f2d598e783aad.tar.gz www-cd761029f2dd35ec83ea1610ce9f2d598e783aad.tar.bz2 www-cd761029f2dd35ec83ea1610ce9f2d598e783aad.tar.xz www-cd761029f2dd35ec83ea1610ce9f2d598e783aad.zip |
Mageia 4 beta1 torrent available
-rwxr-xr-x | en/4/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 29af5bf0a..e0a7fac94 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -18,7 +18,7 @@ function get_mageia_image_file_name($name, $version, $release, $variant = null, return implode('-', array($name, $version, $re, $medium)) . $ext; } -function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $medium, $torrent = false, $unavailabletorrent = true) +function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $medium, $torrent = false, $unavailabletorrent = false) { switch ($arch) { case "i586": |