fix Vbox version # for 7.6.33

This commit is contained in:
David Anderson 2016-12-16 12:11:20 -08:00
parent 91025d6b7a
commit beccbac87e
2 changed files with 4 additions and 3 deletions

View File

@ -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",
);

View File

@ -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);