|
Revision 1437, 0.7 kB
(checked in by Torben Brodt, 2 years ago)
|
|
reCAPTCHA plugin for the woltab board/framework
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <!DOCTYPE data SYSTEM "http://www.woltlab.com/DTDs/options.dtd"> |
|---|
| 3 | <data> |
|---|
| 4 | <import> |
|---|
| 5 | <categories> |
|---|
| 6 | <category name="recaptcha"> |
|---|
| 7 | <parent>security.antispam</parent> |
|---|
| 8 | </category> |
|---|
| 9 | </categories> |
|---|
| 10 | <options> |
|---|
| 11 | <option name="recaptcha_publickey"> |
|---|
| 12 | <categoryname>recaptcha</categoryname> |
|---|
| 13 | <optiontype>text</optiontype> |
|---|
| 14 | <defaultvalue>6LcqvMQSAAAAAHo38_mmquzWiZHcUM6zUOCR2gIa</defaultvalue> |
|---|
| 15 | </option> |
|---|
| 16 | <option name="recaptcha_privatekey"> |
|---|
| 17 | <categoryname>recaptcha</categoryname> |
|---|
| 18 | <optiontype>text</optiontype> |
|---|
| 19 | <defaultvalue>6LcqvMQSAAAAAOtqr6QYEvIcGRWBFpQcEyP9glSR</defaultvalue> |
|---|
| 20 | </option> |
|---|
| 21 | </options> |
|---|
| 22 | </import> |
|---|
| 23 | </data> |
|---|