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