From 2d6bb46e1408f59a38a8aaf0b72d82b52dbe0cfa Mon Sep 17 00:00:00 2001 From: mikka <38471793+syogu@users.noreply.github.com> Date: Fri, 26 May 2023 22:54:32 +0200 Subject: [PATCH] A small typo --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index c626d9dd..bdeb0acc 100644 --- a/inc/config.php +++ b/inc/config.php @@ -230,7 +230,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'] = true; /*