Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3366,7 +3366,7 @@ |
3367 | 3367 | $wgGroupPermissions['sysop']['editusercss'] = true; |
3368 | 3368 | $wgGroupPermissions['sysop']['edituserjs'] = true; |
3369 | 3369 | $wgGroupPermissions['sysop']['import'] = true; |
3370 | | -$wgGroupPermissions['sysop']['importupload'] = true; |
| 3370 | +$wgGroupPermissions['sysop']['importupload'] = false; |
3371 | 3371 | $wgGroupPermissions['sysop']['move'] = true; |
3372 | 3372 | $wgGroupPermissions['sysop']['move-subpages'] = true; |
3373 | 3373 | $wgGroupPermissions['sysop']['move-rootuserpages'] = true; |
— | — | @@ -3947,7 +3947,7 @@ |
3948 | 3948 | /** Output debug message on every wfProfileIn/wfProfileOut */ |
3949 | 3949 | $wgDebugFunctionEntry = 0; |
3950 | 3950 | |
3951 | | -/* |
| 3951 | +/** |
3952 | 3952 | * Destination for wfIncrStats() data... |
3953 | 3953 | * 'cache' to go into the system cache, if enabled (memcached) |
3954 | 3954 | * 'udp' to be sent to the UDP profiler (see $wgUDPProfilerHost) |