diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-26 16:12:57 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-26 16:12:57 +0000 |
commit | bfb5c42124db39605c64f08837eb667be04979cc (patch) | |
tree | 99581379399368a1ed7d53176a904fdc12b14c69 /modules/recaptcha/views | |
parent | 57f5cdeb300448e1b5d811d1d319353d61698597 (diff) |
Adding Recaptcha to the comment module. Recaptcha integration consists of a Form_Recaptcha class derived from Form_Input that can be added to any class that requires Recaptcha verfication.
Diffstat (limited to 'modules/recaptcha/views')
-rw-r--r-- | modules/recaptcha/views/admin_recaptcha.html.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/recaptcha/views/admin_recaptcha.html.php b/modules/recaptcha/views/admin_recaptcha.html.php index 64266d20..e4f00e00 100644 --- a/modules/recaptcha/views/admin_recaptcha.html.php +++ b/modules/recaptcha/views/admin_recaptcha.html.php @@ -1,7 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script> <script> -var site = (document.location.protocol == "http:") ? "<?= $form->recaptcha_site ?>" : "<?= $form->recaptcha_ssl_site ?>"; var RecaptchaOptions = {lang: 'en', theme: "white"}; $("#gConfigureRecaptchaForm").ready(function() { |