From 7bfbd10d6992f36b1e760990973ce16eb1602796 Mon Sep 17 00:00:00 2001 From: 8chan Date: Sun, 5 Oct 2014 17:06:57 +0000 Subject: [PATCH] Re-enable this filter --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index 0d66f72d..16c9ee44 100644 --- a/inc/config.php +++ b/inc/config.php @@ -331,7 +331,7 @@ ); // Minimum time between posts by the same IP address with the same text. - /*$config['filters'][] = array( + $config['filters'][] = array( 'condition' => array( 'flood-match' => array('ip', 'body'), // Match IP address and post body 'flood-time' => &$config['flood_time_ip'], @@ -339,7 +339,7 @@ ), 'action' => 'reject', 'message' => &$config['error']['flood'] - );*/ + ); // Minimum time between posts with the same text. (Same content, but not always the same IP address.) /*$config['filters'][] = array(