1<?php
2
3/**
4 * Options for the CAPTCHA plugin
5 *
6 * @author Andreas Gohr <andi@splitbrain.org>
7 */
8
9$conf['mode'] = 'js';
10$conf['forusers'] = 0;
11$conf['loginprotect'] = 2;
12$conf['lettercount'] = 5;
13$conf['width'] = 125;
14$conf['height'] = 30;
15$conf['question'] = 'What\'s the answer to life, the universe and everything?';
16$conf['answer'] = '42';
17