blob: 09b6f143a00698b5e1fbfe845e7688e9ed3744ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* Option Metadata
*
* They don't do anything and are just there for testing config reading
*/
$meta['schnibble'] = array('onoff');
$meta['second'] = array('string');
|