added bot honeypot on signup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user