]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Remove stray include of .htconfig.php in index.php
[friendica.git] / index.php
index 501235f4975d07d000e96bc9625fd1f2f75d36b5..16597fa62eefc3e1abac7055afda6465e693ad60 100644 (file)
--- a/index.php
+++ b/index.php
@@ -29,11 +29,6 @@ $a = new App(__DIR__);
 // The value is set to "true" by default in boot.php
 $a->backend = false;
 
-// Only load config if found, don't suppress errors
-if (!$a->mode == App::MODE_INSTALL) {
-       include ".htconfig.php";
-}
-
 /**
  * Try to open the database;
  */