website_jukni/dokuwiki/lib/plugins/captcha/conf/default.php
2017-12-29 15:51:59 +01:00

15 lines
372 B
PHP

<?php
/**
* Options for the CAPTCHA plugin
*
* @author Andreas Gohr <andi@splitbrain.org>
*/
$conf['mode'] = 'js';
$conf['forusers'] = 0;
$conf['loginprotect']= 0;
$conf['lettercount'] = 5;
$conf['width'] = 125;
$conf['height'] = 30;
$conf['question'] = 'What\'s the answer to life, the universe and everything?';
$conf['answer'] = '42';