1<?php 2/** 3 * Default values of settings. 4 * 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * @author Jens Brokfeld <geofreak.de@gmail.com> 7 */ 8 9$conf['enabled'] = 1; 10$conf['date'] = 1; 11$conf['time'] = 1; 12$conf['ip'] = 1; 13$conf['user'] = 1; 14$conf['host_name'] = 1; 15$conf['query_string'] = 1; 16$conf['user_agent'] = 1; 17$conf['ns_exclude'] = ''; 18$conf['monthly'] = 0; 19