1<?php
2/**
3 * Options for the recaptcha plugin
4 *
5 * @author Adrian Schlegel <adrian.schlegel@liip.ch>
6 * @author Martin Gross <martin@pc-coholic.de>
7 */
8
9$conf['publickey']  = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';
10$conf['privatekey'] = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';
11$conf['theme'] = 'light';
12$conf['lang'] = '';
13$conf['regprotect'] = '1';
14$conf['editprotect'] = '1';
15$conf['forusers'] = '0';
16
17