This commit is contained in:
Cyberes 2020-10-24 19:24:39 -06:00
parent bfc0f6d6af
commit 4986b0393a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}