]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/recaptcha/README
Merge branch '0.8.x' of git://gitorious.org/~brion/statusnet/brion-fixes into 0.8.x
[quix0rs-gnu-social.git] / plugins / recaptcha / README
index 3100f697e471c4f4c82243f0e37398a1bb65f2b8..b996f96cc33c911052e283a5f8ecfc6b8bb50d04 100644 (file)
@@ -1,4 +1,4 @@
-Laconica reCAPTCHA plugin 0.2 8/3/09
+StatusNet reCAPTCHA plugin 0.2 8/3/09
 ====================================
 Adds a captcha to your registration page to reduce automated spam bots registering.
 
@@ -6,7 +6,7 @@ Use:
 1. Get an API key from http://recaptcha.net
 
 2. In config.php add:
-include_once('plugins/recaptcha.php');
+include_once('plugins/recaptcha/recaptcha.php');
 $captcha = new recaptcha(publickey, privatekey, showErrors);
 
 Changelog