forked from GithubBackups/vichan
Re-enable this filter
This commit is contained in:
parent
f42173b260
commit
7bfbd10d69
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user