summaryrefslogtreecommitdiff
path: root/src/ext/README.txt
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-09-22 18:20:47 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-09-22 18:20:47 -0400
commitfef0de218e9485ea3db394f3e173b3c64a0463a8 (patch)
tree935f5a3e32e03d0f964608afb6d0cb67f335063f /src/ext/README.txt
parent485cc0fad823d50ed07df15f629ff824d2332ece (diff)
Add an ugly hacky-hacked reCaptcha to new user registration.
Diffstat (limited to 'src/ext/README.txt')
-rw-r--r--src/ext/README.txt1
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!