2014-12-14 20:47:55 +00:00
|
|
|
{
|
|
|
|
"name": "ReCaptchaNoCaptcha",
|
|
|
|
"MessagesDirs": {
|
|
|
|
"ReCaptchaNoCaptcha": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
2018-06-15 21:08:14 +00:00
|
|
|
"ReCaptchaNoCaptcha": "includes/ReCaptchaNoCaptcha.php",
|
|
|
|
"HTMLReCaptchaNoCaptchaField": "includes/HTMLReCaptchaNoCaptchaField.php",
|
|
|
|
"ReCaptchaNoCaptchaAuthenticationRequest": "includes/ReCaptchaNoCaptchaAuthenticationRequest.php"
|
2014-12-14 20:47:55 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"CaptchaClass": "ReCaptchaNoCaptcha",
|
|
|
|
"ReCaptchaSiteKey": "",
|
|
|
|
"ReCaptchaSecretKey": "",
|
|
|
|
"ReCaptchaSendRemoteIP": false
|
2016-02-28 17:20:01 +00:00
|
|
|
},
|
|
|
|
"manifest_version": 1
|
2014-12-14 20:47:55 +00:00
|
|
|
}
|