<?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']       = 115;
$conf['height']      = 22;
$conf['question']    = 'What\'s the answer to life, the universe and everything?';
$conf['answer']      = '42';