From 8614569ec35857c008592cbf24522d7dbc3332eb Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 8 Dec 2024 19:09:11 +0700 Subject: [PATCH] Update config.php --- library/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/config.php b/library/config.php index 7fb327b88..33910be9d 100644 --- a/library/config.php +++ b/library/config.php @@ -462,7 +462,7 @@ $bb_cfg['adv_email'] = "adv@$domain_name"; // advertisement email // Error reporting $bb_cfg['whoops'] = [ - 'error_message' => 'Sorry, something went wrong. Drink coffee and come back after some time... ☕️', + 'enabled' => true, 'blacklist' => [ '_COOKIE' => array_keys($_COOKIE), '_SERVER' => array_keys($_SERVER),