mirror of https://github.com/BOINC/boinc.git
fix Vbox version # for 7.6.33
This commit is contained in:
parent
91025d6b7a
commit
beccbac87e
|
@ -48,7 +48,7 @@ $w76 = array(
|
|||
"status"=>"Recommended version",
|
||||
"file"=>"boinc_7.6.33_windows_intelx86.exe",
|
||||
"vbox_file"=>"boinc_7.6.33_windows_intelx86_vbox.exe",
|
||||
"vbox_version"=>"5.0.15",
|
||||
"vbox_version"=>"5.0.18",
|
||||
"date"=>"5 Jun 2016",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
@ -84,7 +84,7 @@ $w76x64 = array(
|
|||
"status"=>"Recommended version",
|
||||
"file"=>"boinc_7.6.33_windows_x86_64.exe",
|
||||
"vbox_file"=>"boinc_7.6.33_windows_x86_64_vbox.exe",
|
||||
"vbox_version"=>"5.0.15",
|
||||
"vbox_version"=>"5.0.18",
|
||||
"date"=>"5 Jun 2016",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
// manage_privileges revoke userid {appname|all}
|
||||
// manage_privileges list
|
||||
//
|
||||
// grant/revoke the "manage" privileges for the given app (or all apps).
|
||||
// grant/revoke the "manage" privileges for the given app (or all apps),
|
||||
// or list all privileges
|
||||
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', true);
|
||||
|
|
Loading…
Reference in New Issue