1<?php 2/** 3 * Options for the recaptcha plugin 4 * 5 * @author Adrian Schlegel <adrian.schlegel@liip.ch> 6 */ 7 8$conf['publickey'] = ''; 9$conf['privatekey'] = ''; 10$conf['theme'] = 'red'; 11$conf['lang'] = ''; 12$conf['regprotect'] = '1'; 13$conf['editprotect'] = '1'; 14$conf['forusers'] = '0'; 15 16