xref: /plugin/botmon/conf/metadata.php (revision 447b8b4fbe99d4a8eee9e007372c2b4dde8fc42f)
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['geoiplib'] = array('multichoice',
12						'_choices' => array ('disabled', 'phpgeoip'));
13
14//$meta['useCaptcha'] = array('onoff');
15$meta['useCaptcha'] = array('multichoice',
16						'_choices' => array ('disabled', 'blank', 'dada'));
17$meta['captchaSeed'] = array('string');
18