From f1ce4a4b052ca8877c2a7ed54c7f1d437b6c87f4 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 8 Jun 2014 21:20:08 +0000 Subject: fix a default variable --- en/5/download_index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'en/5') 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": -- cgit v1.2.1