Fixed buggy handling of symlinks and wrong medialinks. Added configurable absolute paths where to allow globbing. darcs-hash:20080124154451-ad432-06a81ddeb2234a60752efde6c920b7875b9e7eea.gz
8 lines
157 B
PHP
8 lines
157 B
PHP
<?php
|
|
/**
|
|
* Options for the filelist plugin
|
|
*/
|
|
|
|
$conf['allow_in_comments'] = 0;
|
|
$conf['allowed_absolute_paths'] = DOKU_INC;
|
|
$conf['web_paths'] = DOKU_URL; |