From 5080a1a5748e3e0a94c1fd3d7ec4196235c3218c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 7 Jun 2024 05:22:54 -0700 Subject: [PATCH] get_versions.php: make it error-tolerant i.e. if it fails to get versions.xml from the BOINC server, it doesn't zero out the local copy --- html/ops/get_versions.php | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/html/ops/get_versions.php b/html/ops/get_versions.php index d0b40347c8..4605e91d51 100755 --- a/html/ops/get_versions.php +++ b/html/ops/get_versions.php @@ -1,8 +1,8 @@ #! /usr/bin/env php