From fc0f871bfe653a635d5e86986f2c8510434f74c3 Mon Sep 17 00:00:00 2001 From: CiaranG Date: Fri, 18 Sep 2009 08:27:09 +0100 Subject: Correction to path in README of recaptcha plugin --- plugins/recaptcha/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/recaptcha') diff --git a/plugins/recaptcha/README b/plugins/recaptcha/README index ce23a2695..b996f96cc 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 -- cgit v1.2.3-54-g00ecf