diff options
-rw-r--r-- | deployment/wikis/templates/wiki_settings | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings index e120f500..187c1b44 100644 --- a/deployment/wikis/templates/wiki_settings +++ b/deployment/wikis/templates/wiki_settings @@ -1,3 +1,5 @@ +$wgEnableUploads = true; + $wgGroupPermissions['*']['edit'] = false; $wgGroupPermissions['*']['createtalk'] = false; $wgGroupPermissions['*']['createpage'] = false; |