added bot honeypot on signup

This commit is contained in:
2025-04-03 13:40:00 -06:00
parent 7eebc920a2
commit 4a79bb89d8
3 changed files with 18 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ if (isset($_POST['form_id'])) {
(!empty($_FILES) ? $_FILES : ''),
(!empty($_POST['crop_x']) ? $_POST['crop_x'] : ''),
(!empty($_POST['crop_y']) ? $_POST['crop_y'] : ''),
(!empty($_POST['crop_width']) ? $_POST['crop_width'] : '')
(!empty($_POST['crop_width']) ? $_POST['crop_width'] : ''),
$_POST['required_field']
);
if ($msg === true) {