mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5528
This commit is contained in:
parent
2534035cae
commit
e94529c4f7
|
@ -7,7 +7,12 @@ require_once("../inc/db.inc");
|
||||||
|
|
||||||
function db_init() {
|
function db_init() {
|
||||||
if (project_is_stopped()) {
|
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();
|
exit();
|
||||||
}
|
}
|
||||||
$retval = db_init_aux();
|
$retval = db_init_aux();
|
||||||
|
|
Loading…
Reference in New Issue