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