From 2ac797be8e0ba3f1daf19415b73d64e35a37c608 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 25 Nov 2017 17:10:29 +0100 Subject: [PATCH] let there be SPACE --- util/global_community_silence.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/global_community_silence.php b/util/global_community_silence.php index b90ea10ea..e6c936f0d 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);