X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Frecaptcha%2FREADME;h=b996f96cc33c911052e283a5f8ecfc6b8bb50d04;hb=a41ed1a66a902b078876be7528183ab61e6a3d03;hp=ce23a269538768b1bb773370a342cb4e2e323e3d;hpb=e3a53251c08ce5245f098bb37ca955016d9d57a0;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