xref: /plugin/statistics/conf/default.php (revision d5857ae18b3c3bc72b1ad749979db98fa4030fe6)
1<?php
2
3/**
4 * @author Andreas Gohr <andi@splitbrain.org>
5 */
6
7$conf['loggroups'] = array();
8$conf['anonips'] = 0;
9$conf['nolocation'] = 0;
10$conf['nousers'] = 0;
11$conf['retention'] = 0;
12$conf['timezone'] = '';
13