cli.php: remove double inclusion of anti-bot.php

This commit is contained in:
Zankaria 2024-11-28 23:57:42 +01:00
parent 367953f134
commit 22c73c2249

View file

@ -39,7 +39,6 @@ if(!getenv('TINYBOARD_PATH')) {
putenv('TINYBOARD_PATH=' . getcwd());
require 'inc/bootstrap.php';
require 'inc/anti-bot.php';
$mod = Array(
'id' => -1,