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'; 9577b4350SAndreas Gohr$conf['forusers'] = 0; 10643f15bdSAndreas Gohr$conf['loginprotect']= 0; 1128c14643SAndreas Gohr$conf['lettercount'] = 5; 12*08f248e4SAndreas Gohr$conf['width'] = 125; 13*08f248e4SAndreas Gohr$conf['height'] = 30; 14df8afac4SAndreas Gohr$conf['question'] = 'What\'s the answer to life, the universe and everything?'; 15df8afac4SAndreas Gohr$conf['answer'] = '42'; 16