From 46df56145470e9a28d9ae4f01d9c790ce4189dc9 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