From 708b4801dda637e83ad33b6583bac325be9efe9d Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 28 Nov 2024 16:03:00 +0100 Subject: [PATCH] composer: load anti-bot.php --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e9ceac19..86692db4 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "autoload": { "classmap": ["inc/"], "files": [ + "inc/anti-bot.php", "inc/bootstrap.php", "inc/display.php", "inc/template.php",