10 lines
253 B
PHP
10 lines
253 B
PHP
<?php
|
|
/*
|
|
* source plugin, configuration metadata
|
|
*
|
|
* @author Christopher Smith <chris@jalakai.co.uk>
|
|
*/
|
|
$meta['location'] = array('string');
|
|
$meta['allow'] = array('string');
|
|
$meta['deny'] = array('string');
|
|
$meta['rules'] = array('');
|