forked from leftypol/leftypol
commented out filters modification for flood_time
This commit is contained in:
parent
0b86471076
commit
4d4f87c40d
1 changed files with 14 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue