114d99ec0SAndreas Gohr<?php 2a8acb244SAndreas Gohr 314d99ec0SAndreas Gohr/** 414d99ec0SAndreas Gohr * Options for the statistics plugin 514d99ec0SAndreas Gohr * 614d99ec0SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org> 714d99ec0SAndreas Gohr */ 814d99ec0SAndreas Gohr 96fbcd578SAndreas Gohr$meta['loggroups'] = array('array'); 1069fb56a2SAndreas Gohr$meta['anonips'] = array('onoff'); 11ba6b3b10SAndreas Gohr$meta['nolocation'] = array('onoff'); 12d550a4adSAndreas Gohr$meta['nousers'] = array('onoff'); 137a1a7c58SAndreas Gohr$meta['retention'] = array('numeric', '_min' => 0, '_pattern' => '/\d+/', '_caution' => 'warning'); 14*57819987SAnna Dabrowska$meta['timezone'] = array('string'); 15