12 lines
200 B
PHP
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');
|