xref: /plugin/statistics/conf/default.php (revision 7a1a7c58b8012671597983163b5701969480e69a)
114d99ec0SAndreas Gohr<?php
2a8acb244SAndreas Gohr
314d99ec0SAndreas Gohr/**
414d99ec0SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
514d99ec0SAndreas Gohr */
614d99ec0SAndreas Gohr
76fbcd578SAndreas Gohr$conf['loggroups'] = array();
869fb56a2SAndreas Gohr$conf['anonips'] = 0;
9ba6b3b10SAndreas Gohr$conf['nolocation'] = 0;
10d550a4adSAndreas Gohr$conf['nousers'] = 0;
11*7a1a7c58SAndreas Gohr$conf['retention'] = 0;
12