"system_unavailable.php" is unavailable now

This commit is contained in:
Michael 2017-12-13 21:55:19 +00:00
commit 0457bd995f
4 changed files with 15 additions and 23 deletions

View file

@ -563,16 +563,6 @@ function x($s, $k = null)
}
}
/**
* @brief Called from db initialisation if db is dead.
*/
function system_unavailable()
{
include 'system_unavailable.php';
system_down();
killme();
}
/**
* @brief Returns the baseurl.
*