Re-enable this filter

This commit is contained in:
8chan 2014-10-05 17:06:57 +00:00
parent f42173b260
commit 7bfbd10d69

View File

@ -331,7 +331,7 @@
); );
// Minimum time between posts by the same IP address with the same text. // Minimum time between posts by the same IP address with the same text.
/*$config['filters'][] = array( $config['filters'][] = array(
'condition' => array( 'condition' => array(
'flood-match' => array('ip', 'body'), // Match IP address and post body 'flood-match' => array('ip', 'body'), // Match IP address and post body
'flood-time' => &$config['flood_time_ip'], 'flood-time' => &$config['flood_time_ip'],
@ -339,7 +339,7 @@
), ),
'action' => 'reject', 'action' => 'reject',
'message' => &$config['error']['flood'] 'message' => &$config['error']['flood']
);*/ );
// Minimum time between posts with the same text. (Same content, but not always the same IP address.) // Minimum time between posts with the same text. (Same content, but not always the same IP address.)
/*$config['filters'][] = array( /*$config['filters'][] = array(