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