mirror of https://github.com/BOINC/boinc.git
change ops/get_versions.php to get dev versions too
This commit is contained in:
parent
233e843bff
commit
17222d1662
|
@ -5,6 +5,6 @@
|
|||
|
||||
file_put_contents(
|
||||
"../user/versions.xml",
|
||||
file_get_contents("https://boinc.berkeley.edu/download_all.php?xml=1")
|
||||
file_get_contents("https://boinc.berkeley.edu/download_all.php?xml=1&dev=1")
|
||||
);
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue