Browse Source

anti bump flood (#173)

pull/40/head
gamer551 5 years ago
committed by GitHub
parent
commit
3bd53e6cae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      inc/config.php

3
inc/config.php

@ -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…
Cancel
Save