Remove stray include of .htconfig.php in index.php
This commit is contained in:
parent
fd7179ee6c
commit
f0ce897647
1 changed files with 0 additions and 5 deletions
|
@ -29,11 +29,6 @@ $a = new App(__DIR__);
|
||||||
// The value is set to "true" by default in boot.php
|
// The value is set to "true" by default in boot.php
|
||||||
$a->backend = false;
|
$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;
|
* Try to open the database;
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue