11 lines
207 B
PHP
11 lines
207 B
PHP
<?php
|
|
/**
|
|
* Options for the filelist plugin
|
|
*/
|
|
|
|
$conf['allow_in_comments'] = 0;
|
|
$conf['allowed_absolute_paths'] = DOKU_INC;
|
|
$conf['web_paths'] = DOKU_URL;
|
|
$conf['defaults'] = '';
|
|
$conf['extensions'] = '';
|