Browse Source

Comment mistake

pull/40/head
Michael Foster 11 years ago
parent
commit
a13571cdad
  1. 2
      inc/config.php

2
inc/config.php

@ -325,7 +325,7 @@
// Minimum time between posts with the same text. (Same content, but not always the same IP address.)
$config['filters'][] = 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']
),
'action' => 'reject',

Loading…
Cancel
Save