Update build/mediawiki_override/LocalSettings.php
This commit is contained in:
parent
d4af5f4621
commit
2584c41c7e
@ -60,6 +60,9 @@ $wgEmailAuthentication = true;
|
||||
// To enable image uploads, make sure the 'images' directory
|
||||
// is writable, then set this to true:
|
||||
$wgEnableUploads = true;
|
||||
$wgFileExtensions = array_merge($wgFileExtensions, [
|
||||
'doc', 'xls', 'pdf', 'ppt', 'xlsx',
|
||||
]);
|
||||
// $wgUseImageMagick = true;
|
||||
// $wgImageMagickConvertCommand = "/usr/bin/convert";
|
||||
// $wgFileExtensions = [];
|
||||
|
Reference in New Issue
Block a user