1<?php 2 3/** 4 * Default options 5 * 6 * They don't do anything and are just there for testing config reading 7 */ 8 9$conf['schnibble'] = 0; 10$conf['second'] = 'Default value'; 11