<?php
/**
 * Options for logstats plugin
 */

$conf['accesslog']     = "access.log"; // Acces log file name to use
$conf['banned_ip']     = ""; // Banned ip to ignore (list of ips separated by commas)
$conf['banned_users']  = ""; // Banned users to ignore (list of login separated by commas)
$conf['banned_agents'] = ""; // Banned agents to ignore (list of strings to detect separated by commas)
