1<?php 2/** 3 * Options for logstats plugin 4 */ 5 6$conf['accesslog'] = "access.log"; // Acces log file name to use 7$conf['banned_ip'] = ""; // Banned ip to ignore (list of ips separated by commas) 8$conf['banned_users'] = ""; // Banned users to ignore (list of login separated by commas) 9$conf['banned_agents'] = ""; // Banned agents to ignore (list of strings to detect separated by commas) 10