commented out filters modification for flood_time
This commit is contained in:
parent
53769d8f3a
commit
aec46521ff
|
@ -24,6 +24,20 @@ $config['boards'] = array(
|
||||||
array('meta')
|
array('meta')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// /*
|
||||||
|
// * This is a copy of this setting from config.php. The 'flood-match' line
|
||||||
|
// * was changed from array('ip') to array().
|
||||||
|
// */
|
||||||
|
// // Minimum time between posts by the same IP address (all boards).
|
||||||
|
// $config['filters'][] = array(
|
||||||
|
// 'condition' => array(
|
||||||
|
// 'flood-match' => array(), // Only match IP address
|
||||||
|
// 'flood-time' => &$config['flood_time']
|
||||||
|
// ),
|
||||||
|
// 'action' => 'reject',
|
||||||
|
// 'message' => &$config['error']['flood']
|
||||||
|
// );
|
||||||
|
|
||||||
$config['prepended_foreign_boards'] = array(
|
$config['prepended_foreign_boards'] = array(
|
||||||
'overboard' => '/overboard/',
|
'overboard' => '/overboard/',
|
||||||
'cytube' => 'https://tv.leftypol.org/'
|
'cytube' => 'https://tv.leftypol.org/'
|
||||||
|
|
Loading…
Reference in New Issue