xref: /plugin/captcha/conf/default.php (revision 577b4350585949501d164d35b29f5e75cfeb6db7)
142a27035SAndreas Gohr<?php
242a27035SAndreas Gohr/**
342a27035SAndreas Gohr * Options for the CAPTCHA plugin
442a27035SAndreas Gohr *
542a27035SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
642a27035SAndreas Gohr */
742a27035SAndreas Gohr
842a27035SAndreas Gohr$conf['mode']       = 'js';
9*577b4350SAndreas Gohr$conf['forusers']   = 0;
10*577b4350SAndreas Gohr$conf['regprotect'] = 1;
1142a27035SAndreas Gohr$conf['width']      = 115;
1242a27035SAndreas Gohr$conf['height']     = 22;
13