xref: /plugin/statistics/conf/default.php (revision 17465ac73f6fe9af8c629d14a5634980ac47db5d)
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