diff options
author | Nathan Kinkade <nath@nkinka.de> | 2012-10-16 21:14:48 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2012-10-16 21:14:48 +0000 |
commit | a12ede0a39515b7b97aa8a3415f60d1c9752e3e6 (patch) | |
tree | dbcb339d37e812479874142f5ab120e715d0349c /modules/recaptcha/helpers/recaptcha.php | |
parent | b76a96ff97b73427e33bf6323cdc703a73612124 (diff) | |
parent | 31681bf834d5dc560b9898d9c30903f08ecb1966 (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/recaptcha/helpers/recaptcha.php')
-rw-r--r-- | modules/recaptcha/helpers/recaptcha.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recaptcha/helpers/recaptcha.php b/modules/recaptcha/helpers/recaptcha.php index 9c954049..57f8cf36 100644 --- a/modules/recaptcha/helpers/recaptcha.php +++ b/modules/recaptcha/helpers/recaptcha.php @@ -37,7 +37,7 @@ class recaptcha_Core { $group->submit("")->value(t("Save")); $site_domain = urlencode(stripslashes($_SERVER["HTTP_HOST"])); - $form->get_key_url = "http://recaptcha.net/api/getkey?domain=$site_domain&app=Gallery3"; + $form->get_key_url = "http://www.google.com/recaptcha/admin/create?domains=$site_domain&app=Gallery3"; return $form; } |