From: CiaranG Date: Fri, 18 Sep 2009 07:27:09 +0000 (+0100) Subject: Correction to path in README of recaptcha plugin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc0f871bfe653a635d5e86986f2c8510434f74c3;p=quix0rs-gnu-social.git Correction to path in README of recaptcha plugin --- 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