mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-21 13:09:41 +01:00
Comment mistake
This commit is contained in:
parent
631b5fd8ce
commit
0137893435
@ -325,7 +325,7 @@
|
|||||||
// 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(
|
||||||
'condition' => array(
|
'condition' => array(
|
||||||
'flood-match' => array('body'), // Match IP address and post body
|
'flood-match' => array('body'), // Match only post body
|
||||||
'flood-time' => &$config['flood_time_same']
|
'flood-time' => &$config['flood_time_same']
|
||||||
),
|
),
|
||||||
'action' => 'reject',
|
'action' => 'reject',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user