dokuwiki/lib/plugins/testing/conf/default.php

10 lines
168 B
PHP

<?php
/**
* Default options
*
* They don't do anything and are just there for testing config reading
*/
$conf['schnibble'] = 0;
$conf['second'] = 'Default value';