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