xref: /plugin/captcha/conf/default.php (revision 42a2703562299943bcc8eae0ecff13d55fd9061c)
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']   = false;
10$conf['regprotect'] = true;
11$conf['width']      = 115;
12$conf['height']     = 22;
13