<?php
/**
 * Configuration settings for the BotMon Plugin
 *
 * @author     Sascha Leib <sascha@leib.be>
 */

$conf['showday']		= 'today';
$conf['combineNets']	= true;
$conf['geoiplib']		= 'disabled';
$conf['useCaptcha']		= 'disabled';
$conf['captchaSeed']	= 'c53bc5f94929451987efa6c768d8856b';
$conf['captchaBypass']	= '';
