Fixed buggy handling of symlinks and wrong medialinks. Added configurable absolute paths where to allow globbing. darcs-hash:20080124154451-ad432-06a81ddeb2234a60752efde6c920b7875b9e7eea.gz
11 lines
266 B
PHP
11 lines
266 B
PHP
<?php
|
|
/**
|
|
* Metadata for configuration manager plugin
|
|
* Additions for the filelist plugin
|
|
*
|
|
* @author Gina Haeussge <osd@foosel.net>
|
|
*/
|
|
|
|
$meta['allow_in_comments'] = array('onoff');
|
|
$meta['allowed_absolute_paths'] = array('');
|
|
$meta['web_paths'] = array(''); |