fixed broken bot feedback

This commit is contained in:
Andreas Hnida 2024-04-26 23:49:59 +02:00
commit 683342ed6f

View file

@ -23,10 +23,7 @@ try {
$bot = $_POST['tra'] ; $bot = $_POST['tra'] ;
// Überprüfe, ob der Nutzer mit der Seite interagiert hat if ($bot == 'true') {
$userInteracted = filter_input(INPUT_POST, 'userInteracted');
if ($bot) {
// Es handelt sich wahrscheinlich um einen Bot // Es handelt sich wahrscheinlich um einen Bot
$subject = 'Botverdacht - ' . $subject; $subject = 'Botverdacht - ' . $subject;
} }