Correction to path in README of recaptcha plugin
This commit is contained in:
parent
3a3caa1086
commit
fc0f871bfe
@ -6,7 +6,7 @@ Use:
|
|||||||
1. Get an API key from http://recaptcha.net
|
1. Get an API key from http://recaptcha.net
|
||||||
|
|
||||||
2. In config.php add:
|
2. In config.php add:
|
||||||
include_once('plugins/recaptcha.php');
|
include_once('plugins/recaptcha/recaptcha.php');
|
||||||
$captcha = new recaptcha(publickey, privatekey, showErrors);
|
$captcha = new recaptcha(publickey, privatekey, showErrors);
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user