diff --git a/submit-event.php b/submit-event.php index 55b51ce8a0..7b5fdabed6 100644 --- a/submit-event.php +++ b/submit-event.php @@ -110,13 +110,13 @@ } // Spam question - if ($_POST["sane"] != 4) { + if ($_POST["sane"] != 3) { $errors[] = "It's OK. I'm not real either"; } if (isset($_POST['action']) && $_POST['action'] === 'Submit' && empty($errors)) { // Submit to main.php.net - $result = posttohost("http://main.php.net/entry/event.php", $_POST); + $result = posttohost("https://main.php.net/entry/event.php", $_POST); if ($result) { $errors[] = "There was an error processing your submission: $result"; } @@ -257,7 +257,7 @@ Are you real? - +