<?php
/**
 * Options for the recaptcha plugin
 *
 * @author Adrian Schlegel <adrian.schlegel@liip.ch>
 * @author Martin Gross <martin@pc-coholic.de>
 */

$conf['publickey']  = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';
$conf['privatekey'] = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';
$conf['theme'] = 'light';
$conf['lang'] = '';
$conf['regprotect'] = '1';
$conf['editprotect'] = '1';
$conf['forusers'] = '0';

