xref: /plugin/botmon/conf/metadata.php (revision f5f4ca13af25753dcbd8c359fa62b6a8ad8ce120)
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['captchaSeed'] = array('string', '_pattern' => '/[\da-fA-F]{16,32}/');
13