Files
dokuwiki-plugin-botmon/conf/metadata.php

18 lines
483 B
PHP
Raw Normal View History

2025-09-13 23:20:43 +02:00
<?php
/**
* Configuration settings for the BotMon Plugin
*
* @author Sascha Leib <sascha@leib.be>
*/
2025-10-25 21:14:35 +02:00
$meta['showday'] = array('multichoice',
'_choices' => array ('yesterday', 'today'));
2025-09-13 23:20:43 +02:00
$meta['geoiplib'] = array('multichoice',
'_choices' => array ('disabled', 'phpgeoip'));
2025-10-20 22:06:36 +02:00
//$meta['useCaptcha'] = array('onoff');
$meta['useCaptcha'] = array('multichoice',
'_choices' => array ('disabled', 'loremipsum', 'dada'));
$meta['captchaSeed'] = array('string');