xref: /plugin/captcha/conf/default.php (revision 42a2703562299943bcc8eae0ecff13d55fd9061c)
1*42a27035SAndreas Gohr<?php
2*42a27035SAndreas Gohr/**
3*42a27035SAndreas Gohr * Options for the CAPTCHA plugin
4*42a27035SAndreas Gohr *
5*42a27035SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
6*42a27035SAndreas Gohr */
7*42a27035SAndreas Gohr
8*42a27035SAndreas Gohr$conf['mode']       = 'js';
9*42a27035SAndreas Gohr$conf['forusers']   = false;
10*42a27035SAndreas Gohr$conf['regprotect'] = true;
11*42a27035SAndreas Gohr$conf['width']      = 115;
12*42a27035SAndreas Gohr$conf['height']     = 22;
13