Correction to path in README of recaptcha plugin

This commit is contained in:
CiaranG 2009-09-18 08:27:09 +01:00
parent 3a3caa1086
commit fc0f871bfe
1 changed files with 1 additions and 1 deletions

View File

@ -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