]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/DatabaseStructure.php
old behaviour restored
[friendica.git] / src / Core / Console / DatabaseStructure.php
index 0d039a844ed8cc8ce60c47c441bdf16c38a655ef..eb4c6df99837dcf4bac1ded841b8b82ba179007f 100644 (file)
@@ -56,7 +56,7 @@ HELP;
                        throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments');
                }
 
-               require_once 'config/.htconfig.php';
+               require_once '.htconfig.php';
                $result = \dba::connect($db_host, $db_user, $db_pass, $db_data);
                unset($db_host, $db_user, $db_pass, $db_data);