\n";
- echo "
-
- "
- .tra("Download BOINC + VirtualBox")
- ."
- "
- // "for %s" identifies the operating system, e.g. "for Windows"
- .sprintf(tra("for %s"), $long_name)
- ." ($vbox_size MB)"
- ." "
- .sprintf(tra("BOINC %s"), $num)
- .", "
- .sprintf(tra("VirtualBox %s"), $vbox_version)
- ." |
-
- ";
+ // the current BOINC VBox doesn't work on Win 10
+ // remove this when we make a new release
+ //
+ if (!strstr($client_info, "Windows NT 10")) {
+ echo "
+
+ "
+ .tra("Download BOINC + VirtualBox")
+ ."
+ "
+ // "for %s" identifies the operating system, e.g. "for Windows"
+ .sprintf(tra("for %s"), $long_name)
+ ." ($vbox_size MB)"
+ ." "
+ .sprintf(tra("BOINC %s"), $num)
+ .", "
+ .sprintf(tra("VirtualBox %s"), $vbox_version)
+ ." |
+
+ ";
+ }
echo " | \n";
}
echo "
|