diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-22 18:20:47 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-22 18:20:47 -0400 |
commit | fef0de218e9485ea3db394f3e173b3c64a0463a8 (patch) | |
tree | 935f5a3e32e03d0f964608afb6d0cb67f335063f /src/ext/README.txt | |
parent | 485cc0fad823d50ed07df15f629ff824d2332ece (diff) |
Add an ugly hacky-hacked reCaptcha to new user registration.
Diffstat (limited to 'src/ext/README.txt')
-rw-r--r-- | src/ext/README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/README.txt b/src/ext/README.txt index df28599..e5cb94a 100644 --- a/src/ext/README.txt +++ b/src/ext/README.txt @@ -11,6 +11,7 @@ Identica.class.php : identica.lib.php : https://code.go MimeMailParser.class.php : MimeMailParser.class.php : https://code.google.com/p/php-mime-mail-parser/ MimeMailParser_attachment.class.php : attachment.php : https://code.google.com/p/php-mime-mail-parser/ PasswordHash.class.php : PasswordHash.php : http://www.openwall.com/phpass/ +recaptchalib.php : recaptchalib.php : https://code.google.com/p/recaptcha/ ~ Luke Shumaker <lukeshu.ath.cx> Happy Hacking! |