*** empty log message ***

svn path=/trunk/boinc/; revision=5528
This commit is contained in:
David Anderson 2005-02-25 19:35:34 +00:00
parent 2534035cae
commit e94529c4f7
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,12 @@ require_once("../inc/db.inc");
function db_init() {
if (project_is_stopped()) {
echo "Project is shut down for maintenance - please try again later\n";
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();
}
$retval = db_init_aux();