diff --git a/inc/config.php b/inc/config.php index 3ac0c995..7c7d870d 100644 --- a/inc/config.php +++ b/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: *