diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-11-09 13:21:48 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-11-09 13:21:48 +0000 |
commit | 0e16990becf746d2f141919b80aab0f1a7cb7e53 (patch) | |
tree | fa5970c63a48576d91f28f76516d769c1b9c984d | |
parent | 30a0ede853dbc50d3c90eb8d12d01bdee64709a2 (diff) | |
download | puppet-0e16990becf746d2f141919b80aab0f1a7cb7e53.tar puppet-0e16990becf746d2f141919b80aab0f1a7cb7e53.tar.gz puppet-0e16990becf746d2f141919b80aab0f1a7cb7e53.tar.bz2 puppet-0e16990becf746d2f141919b80aab0f1a7cb7e53.tar.xz puppet-0e16990becf746d2f141919b80aab0f1a7cb7e53.zip |
update list of allowed file extensions to upload
-rw-r--r-- | deployment/wikis/templates/wiki_settings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings index 187c1b44..9b5f7e5d 100644 --- a/deployment/wikis/templates/wiki_settings +++ b/deployment/wikis/templates/wiki_settings @@ -1,4 +1,5 @@ $wgEnableUploads = true; +$wgFileExtensions = array('png','gif','jpg','jpeg','pdf','tiff','ps','odt','ods','odp','odg'); $wgGroupPermissions['*']['edit'] = false; $wgGroupPermissions['*']['createtalk'] = false; |