From: Platonides Date: Sun, 22 May 2011 23:24:56 +0000 (+0000) Subject: Use doc comment X-Git-Tag: 1.31.0-rc.0~30004 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=f74cbd7f92c8678afc6ca154fbba2fac97cbbf10;p=lhc%2Fweb%2Fwiklou.git Use doc comment --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bfafccee84..5188b3cee5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3366,7 +3366,7 @@ $wgGroupPermissions['sysop']['editinterface'] = true; $wgGroupPermissions['sysop']['editusercss'] = true; $wgGroupPermissions['sysop']['edituserjs'] = true; $wgGroupPermissions['sysop']['import'] = true; -$wgGroupPermissions['sysop']['importupload'] = true; +$wgGroupPermissions['sysop']['importupload'] = false; $wgGroupPermissions['sysop']['move'] = true; $wgGroupPermissions['sysop']['move-subpages'] = true; $wgGroupPermissions['sysop']['move-rootuserpages'] = true; @@ -3947,7 +3947,7 @@ $wgDebugProfiling = false; /** Output debug message on every wfProfileIn/wfProfileOut */ $wgDebugFunctionEntry = 0; -/* +/** * Destination for wfIncrStats() data... * 'cache' to go into the system cache, if enabled (memcached) * 'udp' to be sent to the UDP profiler (see $wgUDPProfilerHost)