]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #4060 from annando/system-unavailable
[friendica.git] / boot.php
index fa26028113251db526161ea8380a07f4b92b1d48..d9a64e570ac49cf6f919eac570b4ecc4908f53c4 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -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.
  *