Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=24ddd208c768eaba720cc5ac444c62487f943ac0
commit 24ddd208c768eaba720cc5ac444c62487f943ac0 Author: DeX77 <[email protected]> Date: Mon Sep 5 14:07:06 2016 +0200 * disable 32-bit and DVD download diff --git a/frugalware/lib/functions.inc.php b/frugalware/lib/functions.inc.php index 18816cb..b898601 100644 --- a/frugalware/lib/functions.inc.php +++ b/frugalware/lib/functions.inc.php @@ -197,8 +197,8 @@ function showListNews ($post) function showGetWidget ($mode, $version, $number, $date, $id, $mirror) { - $archs = array("32", "64"); - $devices = array("CD", "DVD"); + $archs = array("64"); + $devices = array("CD"); if ($mode == "stable") $title = gettext("Stable version"); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
