From aec46521ffe911716310b134c470060dbcab3c20 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 24 Jan 2021 03:29:18 +0000 Subject: [PATCH] commented out filters modification for flood_time --- inc/instance-config.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/inc/instance-config.php b/inc/instance-config.php index 4b66f15f..451cf8d9 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -24,6 +24,20 @@ $config['boards'] = array( array('meta') ); +// /* +// * This is a copy of this setting from config.php. The 'flood-match' line +// * was changed from array('ip') to array(). +// */ +// // Minimum time between posts by the same IP address (all boards). +// $config['filters'][] = array( +// 'condition' => array( +// 'flood-match' => array(), // Only match IP address +// 'flood-time' => &$config['flood_time'] +// ), +// 'action' => 'reject', +// 'message' => &$config['error']['flood'] +// ); + $config['prepended_foreign_boards'] = array( 'overboard' => '/overboard/', 'cytube' => 'https://tv.leftypol.org/'