diff --git a/checkin_notes b/checkin_notes index f59a7cf4d4..0fae8b6845 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4888,9 +4888,17 @@ David 16 June 2008 client/ client_state.C -David 16 June 2008 +David 17 June 2008 - scheduler: if host.n_bwdown is zero, skip the bandwidth check; the host hasn't been measured yet. sched/ sched_send.C + +David 17 June 2008 + - web: shuffle code to eliminate redundancy + + html/inc/ + boinc_db.inc + bossa_db.inc + util.inc diff --git a/html/inc/boinc_db.inc b/html/inc/boinc_db.inc index 178d0a11ea..d91e41d6a1 100644 --- a/html/inc/boinc_db.inc +++ b/html/inc/boinc_db.inc @@ -1,7 +1,7 @@ if tag exists. // function db_init($try_replica=false) { if (web_stopped()) { - page_head("Not available"); - echo "This page requires database access. - Our database server is temporarily shut down for maintenance. - Please try again later. - "; - page_tail(); - exit(); + db_maintenance(); } $retval = db_init_aux($try_replica); if ($retval == 1) {