* added back bug_report configurable cause some templates are using it

This commit is contained in:
slawkens 2017-11-03 10:46:23 +01:00
parent edeb781600
commit eb8993e746

View File

@ -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