From c4e3541b1500d27617361d34fb684cbedce707ab Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 11 Jul 2024 22:52:18 +0200 Subject: [PATCH] config.php: purge_bans configuration into the proper section --- inc/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/config.php b/inc/config.php index 7828be88..7b8b1895 100644 --- a/inc/config.php +++ b/inc/config.php @@ -752,6 +752,9 @@ //); $config['premade_ban_reasons'] = false; + // How often (minimum) to purge the ban list of expired bans (which have been seen). + $config['purge_bans'] = 60 * 60 * 12; // 12 hours + // Allow users to appeal bans through vichan. $config['ban_appeals'] = false; @@ -1569,9 +1572,6 @@ // Enable the moving of single replies $config['move_replies'] = false; - // How often (minimum) to purge the ban list of expired bans (which have been seen). - $config['purge_bans'] = 60 * 60 * 12; // 12 hours - // Do DNS lookups on IP addresses to get their hostname for the moderator IP pages (?/IP/x.x.x.x). $config['mod']['dns_lookup'] = true; // How many recent posts, per board, to show in ?/IP/x.x.x.x.