diff --git a/LocalSettings.php.tmpl b/LocalSettings.php.tmpl index 0594cc3..45c4e95 100644 --- a/LocalSettings.php.tmpl +++ b/LocalSettings.php.tmpl @@ -210,3 +210,6 @@ $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'doc', 'xls', 'mpp', 'pdf', 'ppt', 'tiff', 'bmp', 'docx', 'xlsx', 'pptx', 'ps', 'odt', 'ods', 'odp', 'odg' ); + +$wgUploadSizeWarning = 1000000000; +$wgMaxUploadSize = 1000000000;