This commit is contained in:
David Anderson 2016-06-20 09:35:54 -07:00
parent d77ddbf1d8
commit 0e5ad6dfbf
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ function result_xml($r) {
";
}
BoincDb::get(true);
BoincDb::get(true); // read-only; use replica DB if possible
xml_header();
echo "<results>\n";
$ids = get_str("ids", true);