]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/GlobalCommunityBlock.php
old behaviour restored
[friendica.git] / src / Core / Console / GlobalCommunityBlock.php
index 6c2453307e3164df02400c9434bc6b9c4457fcd6..26c5d13131467bb1d98cb7b9d8956e4360d2aff0 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);