web: separate Intel-only from Universal (PowerPC & Intel) clients on download-all page

svn path=/trunk/boinc/; revision=25553
This commit is contained in:
Charlie Fenton 2012-04-12 22:31:28 +00:00
parent 97af0e7e50
commit 4fd7e9890e
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ $platforms = array(
"win"=>$windows,
"winx64"=>$windowsx64,
"mac"=>$mac,
"mac"=>$macppc,
"macppc"=>$macppc,
"linux"=>$linux,
"linuxx64"=>$linuxx64,
"linuxcompat"=>$linuxcompat,