"system_unavailable.php" is unavailable now

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

View file

@ -97,7 +97,7 @@ class dba {
if (!self::$connected) {
self::$db = null;
if (!$install) {
system_unavailable();
System::unavailable();
}
}
$a->save_timestamp($stamp1, "network");