Code: Select all
[25-Mar-2025 12:42:06 UTC] PHP Fatal error: Uncaught Exception: Spam detected.
<br> in /home/mysite/public_html/contact-the-crew.php:21
Stack trace:
#0 {main}
thrown in /home/mysite/public_html/contact-the-crew.php on line 21
Code: Select all
17 $internalfields = array ("submit", "reset", "send", "filesize", "formid", "captcha", "recaptcha_challenge_field", "recaptcha_response_field", "g-recaptcha-response", "h- captcha-response", "address");
18 if (!empty($_POST['address']))
19 {
20 $error .= "Spam detected.\n<br>";
21 throw new Exception($error);
22 }