Add todo. URLs are outdated.

This commit is contained in:
Siebrand Mazeland 2011-06-05 19:39:59 +02:00
parent 0cca861ea7
commit eb0fb9c2b7
1 changed files with 2 additions and 3 deletions

View 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]);
}
?>