xref: /plugin/statistics/conf/metadata.php (revision 8bfb342fe5fc51f85b148b14f67f38d4b6478f72)
1<?php
2/**
3 * Options for the statistics plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$meta['db_server']   = array('string');
9$meta['db_user']     = array('string');
10$meta['db_password'] = array('password');
11$meta['db_database'] = array('string');
12$meta['db_prefix']   = array('string');
13
14