From 544a67140b168e8f9601b61fde1b71fc60a2df45 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 11 May 2014 08:38:56 +0000 Subject: netinstall always here --- en/5/download_index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'en/5/download_index.php') diff --git a/en/5/download_index.php b/en/5/download_index.php index ab22a6d84..64343c08f 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -35,14 +35,14 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me break; } -echo _r('forthcoming'); +/*echo _r('forthcoming');*/ -/*echo $torrent && $unavailabletorrent ? sprintf(_t('forthcoming')) : sprintf('%s', +echo $torrent && $unavailabletorrent || $variant!='Boot' && $variant!='Boot-nonfree' ? sprintf(_t('forthcoming')) : sprintf('%s', get_mageia_image_file_name($name, $version, $release, $variant, $arch, $medium, '.iso'), $torrent ? '&torrent=1' : '', implode(' ', array($name, $version, $release, $variant, $arch, $medium)), $bit - ); */ + ); } ?> -- cgit v1.2.1