summaryrefslogtreecommitdiff
path: root/plugins/recaptcha
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2009-09-18 08:27:09 +0100
committerCiaranG <ciaran@ciarang.com>2009-09-18 08:27:09 +0100
commitfc0f871bfe653a635d5e86986f2c8510434f74c3 (patch)
tree191d3c808dba94b8bd629419c8e3241d21b6cbef /plugins/recaptcha
parent3a3caa1086b48b9213993fc7dd99904cceb8a118 (diff)
Correction to path in README of recaptcha plugin
Diffstat (limited to 'plugins/recaptcha')
-rw-r--r--plugins/recaptcha/README2
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