aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/testing/conf/default.php
blob: 8ce3ce83b76ea5e299e9598bbe3f8fa6ff668b88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

/**
 * Default options
 *
 * They don't do anything and are just there for testing config reading
 */

$conf['schnibble'] = 0;
$conf['second'] = 'Default value';