Files
luxtools-plugin/conf/default.php
2024-02-26 11:58:11 +01:00

12 lines
208 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'] = '';