This commit is contained in:
parent
bfc0f6d6af
commit
4986b0393a
|
@ -459,7 +459,7 @@ class SpecialContact extends UnlistedSpecialPage
|
|||
$response = file_get_contents('https://www.google.com/recaptcha/api/siteverify', false, $context);
|
||||
$result = json_decode($response);
|
||||
if (!$result->success) {
|
||||
throw new Exception('Gah! CAPTCHA verification failed. Please email me directly at: jstark at jonathanstark dot com', 1);
|
||||
throw new Exception('CAPTCHA verification failed.', 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue