X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2Frecaptcha%2FREADME;h=b996f96cc33c911052e283a5f8ecfc6b8bb50d04;hb=08546e4fb403b55827e32b6d59369b371d2334ac;hp=ce23a269538768b1bb773370a342cb4e2e323e3d;hpb=be5d113fc684fcbe41b8374c62bfeb0f267216b7;p=quix0rs-gnu-social.git diff --git a/plugins/recaptcha/README b/plugins/recaptcha/README index ce23a26953..b996f96cc3 100644 --- a/plugins/recaptcha/README +++ b/plugins/recaptcha/README @@ -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