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