functions.php: do not manually load anti-bot.php

This commit is contained in:
Zankaria 2024-11-28 16:03:18 +01:00
parent 708b4801dd
commit 878cad6f06

View file

@ -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.