]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/GlobalCommunitySilence.php
old behaviour restored
[friendica.git] / src / Core / Console / GlobalCommunitySilence.php
index a1fba2dc79bd5da89f75514000fecbdef7018ffb..72d5a4f88102d70fa003b9b72162fcf03b23bcb5 100644 (file)
@@ -64,7 +64,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);