はじまりの大地
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Default settings for the vshare plugin
|
||||
*
|
||||
* @author Andreas Gohr <andi@splitbrain.org>
|
||||
*/
|
||||
|
||||
$conf['gdpr'] = 0;
|
||||
$conf['extrahard'] = 0;
|
||||
$conf['debug'] = 0;
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Options for the vshare plugin
|
||||
*
|
||||
* @author Andreas Gohr <andi@splitbrain.org>
|
||||
*/
|
||||
|
||||
$meta['gdpr'] = array('onoff');
|
||||
$meta['extrahard'] = array('onoff');
|
||||
$meta['debug'] = array('onoff');
|
||||
Reference in New Issue
Block a user