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),