Defaults: $config['mod']['skip_per_board'] changed to false
This commit is contained in:
parent
75efb21035
commit
e6337640c8
@ -823,7 +823,7 @@
|
||||
// Set any of the below to "DISABLED" to make them unavailable for everyone.
|
||||
|
||||
// Don't worry about per-board moderators. Let all mods moderate any board.
|
||||
$config['mod']['skip_per_board'] = true;
|
||||
$config['mod']['skip_per_board'] = false;
|
||||
|
||||
/* Post Controls */
|
||||
// View IP addresses
|
||||
|
Loading…
Reference in New Issue
Block a user