From 65008dec98af0546092592b7ce3fa3340cf6a74d Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 19 Sep 2024 23:13:42 +0200 Subject: [PATCH] anti-bot.php: remove unused variable --- inc/anti-bot.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/anti-bot.php b/inc/anti-bot.php index cfa05a32..326628af 100644 --- a/inc/anti-bot.php +++ b/inc/anti-bot.php @@ -6,8 +6,6 @@ defined('TINYBOARD') or exit; -$hidden_inputs_twig = []; - class AntiBot { public $salt; public $inputs = [];