xref: /dokuwiki/lib/plugins/testing/conf/default.php (revision 591ebe4523e0e3be14097d6d097eb5796628dcba)
191109d52SAndreas Gohr<?php
291109d52SAndreas Gohr/**
391109d52SAndreas Gohr * Default options
491109d52SAndreas Gohr *
591109d52SAndreas Gohr * They don't do anything and are just there for testing config reading
691109d52SAndreas Gohr */
791109d52SAndreas Gohr$conf['schnibble'] = 0;
8*591ebe45SGerrit Uitslag$conf['second'] = 'Default value';
9*591ebe45SGerrit Uitslag
10