X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=ea8b5321d4327a122d164c071c7dd7762ba6d5fb;hp=84490731b2c1c4f513e8fa3ca7b45aad16d0b8dc;hb=88e3a888cc6823f11df79ac53eb963a7e4d2871a;hpb=fadd3277f73c8922cea2443a7e6566f54726fbbc diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 84490731b2..ea8b5321d4 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6154,9 +6154,8 @@ $wgDebugComments = false; * Write SQL queries to the debug log. * * This setting is only used $wgLBFactoryConf['class'] is set to - * '\Wikimedia\Rdbms\LBFactorySimple' and $wgDBservers is an empty array; otherwise - * the DBO_DEBUG flag must be set in the 'flags' option of the database - * connection to achieve the same functionality. + * '\Wikimedia\Rdbms\LBFactorySimple'; otherwise the DBO_DEBUG flag must be set in + * the 'flags' option of the database connection to achieve the same functionality. */ $wgDebugDumpSql = false; @@ -8684,7 +8683,7 @@ $wgHttpsPort = 443; $wgSessionSecret = false; /** - * If for some reason you can't install the PHP OpenSSL or mcrypt extensions, + * If for some reason you can't install the PHP OpenSSL extension, * you can set this to true to make MediaWiki work again at the cost of storing * sensitive session data insecurely. But it would be much more secure to just * install the OpenSSL extension.