]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Add addon config hook
[friendica.git] / index.php
index 16597fa62eefc3e1abac7055afda6465e693ad60..3a2067471edddc89ee865ef3cc461039696c7e2f 100644 (file)
--- a/index.php
+++ b/index.php
@@ -36,10 +36,6 @@ $a->backend = false;
 require_once "include/dba.php";
 
 if (!$a->mode == App::MODE_INSTALL) {
-       if (!dba::connected()) {
-               System::unavailable();
-       }
-
        /**
         * Load configs from db. Overwrite configs from config/local.ini.php
         */