xref: /dokuwiki/lib/plugins/testing/conf/default.php (revision 8c7c53b0321a3cd3116b8d3b2ad27863a38dece7)
1<?php
2/**
3 * Default options
4 *
5 * They don't do anything and are just there for testing config reading
6 */
7$conf['schnibble'] = 0;
8$conf['second'] = 'Default value';
9
10