2014-12-14 20:47:55 +00:00
|
|
|
{
|
|
|
|
"name": "ReCaptchaNoCaptcha",
|
|
|
|
"MessagesDirs": {
|
|
|
|
"ReCaptchaNoCaptcha": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
2016-05-03 16:42:00 +00:00
|
|
|
"ReCaptchaNoCaptcha": "ReCaptchaNoCaptcha.class.php",
|
|
|
|
"HTMLReCaptchaNoCaptchaField": "HTMLReCaptchaNoCaptchaField.php",
|
|
|
|
"ReCaptchaNoCaptchaAuthenticationRequest": "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
|
|
|
}
|