9 lines
157 B
PHP
9 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;
|