xref: /plugin/statistics/conf/metadata.php (revision ba6b3b10263c8439a170c848fb8e0ce174e4f468)
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