From eb8993e74611cb18934e21266d0bd83bea567fae Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 3 Nov 2017 10:46:23 +0100 Subject: [PATCH] * added back bug_report configurable cause some templates are using it --- config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.php b/config.php index 088e5e83..802773dc 100644 --- a/config.php +++ b/config.php @@ -213,6 +213,9 @@ $config = array( // gifts/shop system 'gifts_system' => false, + // support/system + 'bug_report' => true, // this configurable has no effect, its always enabled + // forum 'forum' => 'site', // link to the server forum, set to "site" if you want to use build in forum system, otherwise leave empty if you aren't going to use any forum 'forum_level_required' => 0, // level required to post, 0 to disable