A small typo

This commit is contained in:
mikka
2023-05-26 22:54:32 +02:00
committed by GitHub
parent 1504a30e45
commit 6a13e1053d

View File

@@ -228,7 +228,7 @@
// 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.
// To prevent bump attacks; returns the thread to last position after the last post is deleted.
$config['anti_bump_flood'] = false;
/*