aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/wikis/templates/wiki_settings
blob: d376c9e5461d67ddb3152afb1fc4d07fd552b820 (plain)
1
2
3
4
5
6
7
8
9
10
11
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['createtalk'] = false;
$wgGroupPermissions['*']['createpage'] = false;
$wgGroupPermissions['*']['writeapi'] = false;
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['user']['edit'] = true;

$wgScriptPath = "/mw-$wgLanguageCode";
$wgArticlePath = "/$wgLanguageCode/$1";
$wgUsePathInfo = true;