forked from leftypol/leftypol
Automatically dismiss all reports regarding a thread after it is locked.
This commit is contained in:
parent
2144d43f2b
commit
7302fc57a8
2 changed files with 10 additions and 0 deletions
|
@ -881,6 +881,9 @@
|
|||
// Edit raw HTML in posts by default
|
||||
$config['mod']['raw_html_default'] = false;
|
||||
|
||||
// Automatically dismiss all reports regarding a thread when it is locked
|
||||
$config['mod']['dismiss_reports_on_lock'] = true;
|
||||
|
||||
// Probably best not to change these:
|
||||
if (!defined('JANITOR')) {
|
||||
define('JANITOR', 0, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue