From: Tobias Diekershoff Date: Sat, 25 Nov 2017 16:10:29 +0000 (+0100) Subject: let there be SPACE X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2ac797be8e0ba3f1daf19415b73d64e35a37c608;p=friendica.git let there be SPACE --- diff --git a/util/global_community_silence.php b/util/global_community_silence.php index b90ea10eac..e6c936f0dd 100755 --- a/util/global_community_silence.php +++ b/util/global_community_silence.php @@ -40,7 +40,7 @@ require_once 'boot.php'; require_once 'include/dba.php'; require_once 'include/text.php'; $a = get_app(); -require_once'.htconfig.php'; +require_once '.htconfig.php'; dba::connect($db_host, $db_user, $db_pass, $db_data); unset($db_host, $db_user, $db_pass, $db_data);