1<?php
2
3/**
4 * Options for the statistics plugin
5 *
6 * @author Andreas Gohr <andi@splitbrain.org>
7 */
8
9$meta['loggroups']   = array('array');
10$meta['anonips']     = array('onoff');
11$meta['nolocation'] = array('onoff');
12$meta['nousers']     = array('onoff');
13$meta['retention']   = array('numeric', '_min' => 0, '_pattern' => '/\d+/', '_caution' => 'warning');
14$meta['timezone']    = array('string');
15