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