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

15 lines
386 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>
*/
$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', 'blank', 'dada'));
$meta['captchaSeed'] = array('string');