]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/NewPassword.php
old behaviour restored
[friendica.git] / src / Core / Console / NewPassword.php
index 51d345dcf1698241be0548ccf9cdef3e5561b17d..f5698ba716ff62b1cf0e3258c2155436ca208769 100644 (file)
@@ -58,7 +58,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);