Files
dokuwiki-plugin-botmon/conf/metadata.php
Sascha Leib 620d9253e5 Localisation
2025-10-25 21:14:35 +02:00

18 lines
478 B
PHP

<?php
/**
* Configuration settings for the BotMon Plugin
*
* @author Sascha Leib <sascha@leib.be>
*/
$meta['showday'] = array('multichoice',
'_choices' => array ('yesterday', 'today'));
$meta['geoiplib'] = array('multichoice',
'_choices' => array ('disabled', 'phpgeoip'));
//$meta['useCaptcha'] = array('onoff');
$meta['useCaptcha'] = array('multichoice',
'_choices' => array ('disabled', 'blank', 'dada'));
$meta['captchaSeed'] = array('string');