From: Hypolite Petovan Date: Tue, 26 Jun 2018 00:58:33 +0000 (-0400) Subject: Remove stray include of .htconfig.php in index.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f0ce897647a5ca8fb2ec498579bc080f07488f2d;p=friendica.git Remove stray include of .htconfig.php in index.php --- diff --git a/index.php b/index.php index 501235f497..16597fa62e 100644 --- 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; */