From 878cad6f06008a1335ff8475a8f50e3f21c7c5ee Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 28 Nov 2024 16:03:18 +0100 Subject: [PATCH] functions.php: do not manually load anti-bot.php --- inc/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 45f81702..a355e53c 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -355,7 +355,6 @@ function define_groups() { } function create_antibot($board, $thread = null) { - require_once dirname(__FILE__) . '/anti-bot.php'; global $pdo; // Ensure $pdo is initialized.