mediawiki: Enable Instant Commons

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2018-08-10 14:02:19 +05:30 committed by James Valleroy
parent 0bafa7ddc4
commit b9c41a9b52
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -17,3 +17,5 @@ $wgGroupPermissions['*']['read'] = true;
$wgArticlePath = "/mediawiki/$1";
$wgUsePathInfo = true;
# Instant Commons
$wgUseInstantCommons = true;