Remove stray include of .htconfig.php in index.php
authorHypolite Petovan <mrpetovan@gmail.com>
Tue, 26 Jun 2018 00:58:33 +0000 (20:58 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 16 Jul 2018 23:38:13 +0000 (19:38 -0400)
index.php

index 501235f..16597fa 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;
  */