forked from leftypol/leftypol
Optionally allow the moving of single replies
This commit is contained in:
parent
001989876f
commit
ddbe562f9c
4 changed files with 104 additions and 2 deletions
|
@ -999,6 +999,9 @@
|
|||
// persistent spammers and ban evaders. Again, a little more database load.
|
||||
$config['ban_cidr'] = true;
|
||||
|
||||
// Enable the moving of single replies
|
||||
$config['move_replies'] = false;
|
||||
|
||||
// How often (minimum) to purge the ban list of expired bans (which have been seen). Only works when
|
||||
// $config['cache'] is enabled and working.
|
||||
$config['purge_bans'] = 60 * 60 * 12; // 12 hours
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue