forked from leftypol/leftypol
anti bump flood (#173)
This commit is contained in:
parent
cc8b8bf369
commit
e6e00582f2
1 changed files with 3 additions and 0 deletions
|
@ -221,6 +221,9 @@
|
|||
// Skip checking certain IP addresses against blacklists (for troubleshooting or whatever)
|
||||
$config['dnsbl_exceptions'][] = '127.0.0.1';
|
||||
|
||||
// To prevent bump atacks; returns the thread to last position after the last post is deleted.
|
||||
$config['anti_bump_flood'] = false;
|
||||
|
||||
/*
|
||||
* Introduction to Tinyboard's spam filter:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue