aboutsummaryrefslogtreecommitdiffstats
path: root/en/5
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-06-08 21:20:08 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-06-08 21:20:08 +0000
commitf1ce4a4b052ca8877c2a7ed54c7f1d437b6c87f4 (patch)
treea1f5157907b872135b5fc3f017a2be992082ebc1 /en/5
parent43d16e643dae2ce9fc1b4723bd96b89de9d52309 (diff)
downloadwww-f1ce4a4b052ca8877c2a7ed54c7f1d437b6c87f4.tar
www-f1ce4a4b052ca8877c2a7ed54c7f1d437b6c87f4.tar.gz
www-f1ce4a4b052ca8877c2a7ed54c7f1d437b6c87f4.tar.bz2
www-f1ce4a4b052ca8877c2a7ed54c7f1d437b6c87f4.tar.xz
www-f1ce4a4b052ca8877c2a7ed54c7f1d437b6c87f4.zip
fix a default variable
Diffstat (limited to 'en/5')
-rwxr-xr-xen/5/download_index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php
index 7cafbce7f..4992f08a5 100755
--- a/en/5/download_index.php
+++ b/en/5/download_index.php
@@ -3,8 +3,8 @@
$name = 'Mageia';
$version = '5';
$release = 'alpha1';
-$torrentavailable=true;
-$classicaldvd=false;
+$torrentavailable=false;
+$classicaldvd=true;
$live=false;
$dual=true;
@@ -28,7 +28,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, $torrentavailable)
+function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $medium, $torrent = false, $torrentavailable = true)
{
switch ($arch) {
case "i586":