xref: /dokuwiki/lib/plugins/testing/conf/default.php (revision 2e618646c962d15a7d5aa56e81f287d0cdc79bb6)
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