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