Files
dokuwiki-plugin-botmon/conf/metadata.php
2025-10-20 22:06:36 +02:00

13 lines
320 B
PHP

<?php
/**
* Configuration settings for the BotMon Plugin
*
* @author Sascha Leib <sascha@leib.be>
*/
$meta['geoiplib'] = array('multichoice',
'_choices' => array ('disabled', 'phpgeoip'));
$meta['useCaptcha'] = array('onoff');
$meta['captchaSeed'] = array('string', '_pattern' => '/[\da-fA-F]{16,32}/');