diff options
author | CiaranG <ciaran@ciarang.com> | 2009-09-18 08:27:09 +0100 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2009-09-18 08:27:09 +0100 |
commit | fc0f871bfe653a635d5e86986f2c8510434f74c3 (patch) | |
tree | 191d3c808dba94b8bd629419c8e3241d21b6cbef | |
parent | 3a3caa1086b48b9213993fc7dd99904cceb8a118 (diff) |
Correction to path in README of recaptcha plugin
-rw-r--r-- | plugins/recaptcha/README | 2 |
1 files changed, 1 insertions, 1 deletions
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 |