X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=74d5fa44719e7da33a0548d92e4a8a1d77c92025;hb=6e5e278494252cf97c140b6d49f438d27ae8d898;hp=f35715e8be265a9f04b567ca6b59590e308a70f6;hpb=accf2a31a9287fba3f1f193a435a9129b84cf518;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f35715e8be..74d5fa4471 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1304,7 +1304,7 @@ $wgMimeInfoFile = 'includes/mime.info'; * Sets an external MIME detector program. The command must print only * the MIME type to standard output. * The name of the file to process will be appended to the command given here. - * If not set or NULL, PHP's fileinfo extension will be used if available. + * If not set or NULL, PHP's mime_content_type function will be used. * * @par Example: * @code