]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Recaptcha/recaptchalib.php
Issue 3636 request clarity for users without validated emails on instances with Requi...
[quix0rs-gnu-social.git] / plugins / Recaptcha / recaptchalib.php
index 897c50981a6827f95166a6b755ff7d9f7bc814b0..4dc082b33d1c77e83653f37924623ef98065fc5d 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 /*
+ * @todo FIXME: Outdated URLs.
+ *
  * This is a PHP library that handles calling reCAPTCHA.
  *    - Documentation and latest version
  *          http://recaptcha.net/plugins/php/
@@ -272,6 +274,3 @@ function recaptcha_mailhide_html($pubkey, $privkey, $email) {
                "' onclick=\"window.open('" . htmlentities ($url) . "', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;\" title=\"Reveal this e-mail address\">...</a>@" . htmlentities ($emailparts [1]);
 
 }
-
-
-?>