added option to limit listings to certain file extensions

This commit is contained in:
Andreas Gohr
2009-12-03 13:27:59 +01:00
committed by Adrian Lang
parent 30f6a886d8
commit a269b44c6a
4 changed files with 12 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ $conf['allow_in_comments'] = 0;
$conf['allowed_absolute_paths'] = DOKU_INC;
$conf['web_paths'] = DOKU_URL;
$conf['defaults'] = '';
$conf['extensions'] = '';

View File

@@ -10,4 +10,5 @@ $meta['allow_in_comments'] = array('onoff');
$meta['allowed_absolute_paths'] = array('');
$meta['web_paths'] = array('');
$meta['defaults'] = array('string');
$meta['extensions'] = array('string');