1<?php 2/** 3 * Configuration settings for the BotMon Plugin 4 * 5 * @author Sascha Leib <sascha@leib.be> 6 */ 7 8$meta['showday'] = array('multichoice', 9 '_choices' => array ('yesterday', 'today')); 10 11$meta['combineNets'] = array('onoff'); 12 13$meta['geoiplib'] = array('multichoice', 14 '_choices' => array ('disabled', 'phpgeoip')); 15 16$meta['useCaptcha'] = array('multichoice', 17 '_choices' => array ('disabled', 'loremipsum', 'dada')); 18$meta['captchaSeed'] = array('string'); 19