mirror of https://github.com/BOINC/boinc.git
comment
This commit is contained in:
parent
d77ddbf1d8
commit
0e5ad6dfbf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue