Option for setting default parameters

This commit is contained in:
Andreas Gohr
2009-12-03 12:52:11 +01:00
committed by Adrian Lang
parent 9544d867a4
commit 0809416694
4 changed files with 7 additions and 0 deletions

View File

@@ -3,3 +3,4 @@
$lang['allow_in_comments'] = 'Whether to allow the filelist syntax to be used in comments.';
$lang['allowed_absolute_paths'] = 'Comma-separated list of absolute paths allowed for globbing.';
$lang['web_paths'] = 'Comma-separated list of urls by which to reach the corresponding absolute path from the previous list. MUST have the exact same number of entries as allowed_absolute_paths.';
$lang['defaults'] = 'Default options. Use the same syntax as in inline configuration';