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