From e6337640c8478c25a2c94f118a81b34ef21b4e23 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sat, 17 Mar 2012 14:38:06 +1100 Subject: [PATCH] Defaults: $config['mod']['skip_per_board'] changed to false --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 95d0564d..9cdd704e 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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