mirror of https://github.com/BOINC/boinc.git
BOINC web: show Win64 before Win32 in download_all page
This commit is contained in:
parent
3f852c0faa
commit
83d720531d
|
@ -422,8 +422,8 @@ $android = array(
|
|||
);
|
||||
|
||||
$platforms = array(
|
||||
"win"=>$windows,
|
||||
"winx64"=>$windowsx64,
|
||||
"win"=>$windows,
|
||||
"mac"=>$mac,
|
||||
"mac32"=>$mac32,
|
||||
"macppc"=>$macppc,
|
||||
|
|
Loading…
Reference in New Issue