Files
dokuwiki-plugin-botmon/conf/metadata.php
2025-09-13 23:20:43 +02:00

10 lines
204 B
PHP

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