12 lines
170 B
PHP
12 lines
170 B
PHP
<?php
|
|
|
|
/**
|
|
* Default settings for the vshare plugin
|
|
*
|
|
* @author Andreas Gohr <andi@splitbrain.org>
|
|
*/
|
|
|
|
$conf['gdpr'] = 0;
|
|
$conf['extrahard'] = 0;
|
|
$conf['debug'] = 0;
|