xref: /plugin/captcha/conf/default.php (revision 030a5f3bf3a0b80efe75670260f519f62d7976f4)
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['loginprotect']= 0;
11$conf['lettercount'] = 5;
12$conf['width']       = 125;
13$conf['height']      = 30;
14$conf['question']    = 'What\'s the answer to life, the universe and everything?';
15$conf['answer']      = '42';
16