]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add todo. URLs are outdated.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 5 Jun 2011 17:39:59 +0000 (19:39 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 5 Jun 2011 17:39:59 +0000 (19:39 +0200)
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]);
 
 }
-
-
-?>