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