diff options
author | colings <colings@example.com> | 2011-01-09 11:43:45 -0600 |
---|---|---|
committer | colings <colings@example.com> | 2011-01-09 11:43:45 -0600 |
commit | 02a349f68ac480d5b1a630e14b4f2e3558328673 (patch) | |
tree | 25bf25960b6811d8dbcbed6f6c9d63de7c03bd4e /modules/recaptcha | |
parent | c2a1ea64eda2bf3e22ecaf4df4714c091bc5d7c4 (diff) | |
parent | de5b06ae7442db2c7a8999c0c806997248ddb151 (diff) |
Merge remote branch 'upstream/master'
Diffstat (limited to 'modules/recaptcha')
-rw-r--r-- | modules/recaptcha/views/form_recaptcha.html.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/recaptcha/views/form_recaptcha.html.php b/modules/recaptcha/views/form_recaptcha.html.php index 20e7359e..7481d000 100644 --- a/modules/recaptcha/views/form_recaptcha.html.php +++ b/modules/recaptcha/views/form_recaptcha.html.php @@ -1,6 +1,7 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <div id="g-recaptcha"></div> -<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script> +<script type="text/javascript" src="<?= request::protocol() ?>://www.google.com/recaptcha/api/js/recaptcha_ajax.js"> +</script> <script type="text/javascript"> setTimeout(function() { Recaptcha.create( |