xref: /plugin/statistics/conf/metadata.php (revision 6fbcd578528e3897ba1ed4dd60cb71531216b66e)
114d99ec0SAndreas Gohr<?php
214d99ec0SAndreas Gohr/**
314d99ec0SAndreas Gohr * Options for the statistics plugin
414d99ec0SAndreas Gohr *
514d99ec0SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
614d99ec0SAndreas Gohr */
714d99ec0SAndreas Gohr
814d99ec0SAndreas Gohr$meta['db_server']   = array('string');
914d99ec0SAndreas Gohr$meta['db_user']     = array('string');
1014d99ec0SAndreas Gohr$meta['db_password'] = array('password');
1114d99ec0SAndreas Gohr$meta['db_database'] = array('string');
1214d99ec0SAndreas Gohr$meta['db_prefix']   = array('string');
13*6fbcd578SAndreas Gohr$meta['loggroups']   = array('array');
14