From 5c5f9968097c2708b08a0f39b8d803df68589758 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 29 Jan 2015 13:21:37 -0800 Subject: [PATCH] admin web: tweak to server status page --- html/user/server_status.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/user/server_status.php b/html/user/server_status.php index 5252c6a8f1..79ff079d04 100644 --- a/html/user/server_status.php +++ b/html/user/server_status.php @@ -385,6 +385,7 @@ function get_job_status() { $s->hosts_past_24_hours = BoincHost::count("create_time > (unix_timestamp() - 86400)"); $s->flops = BoincUser::sum("expavg_credit")/200; + $s->db_revision = null; if (file_exists("../../db_revision")) { $s->db_revision = trim(file_get_contents("../../db_revision")); }