Files
2024-07-08 03:32:47 +09:00

12 lines
200 B
PHP

<?php
/**
* Options for the vshare plugin
*
* @author Andreas Gohr <andi@splitbrain.org>
*/
$meta['gdpr'] = array('onoff');
$meta['extrahard'] = array('onoff');
$meta['debug'] = array('onoff');