fixed broken bot feedback
This commit is contained in:
parent
588867c98b
commit
683342ed6f
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue