X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=f9e50f00e510b945f46979e5ed27e168abcdf304;hb=eac059c7224228b363b59080568faf062eaa86f2;hp=5fc73776a920d23fa387dae3410e607a588795d2;hpb=8a54fcee95a4dfb32030173497c7959b54a675c4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5fc73776a9..f9e50f00e5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1156,7 +1156,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, mime_content_type will be used if available. + * If not set or NULL, PHP's fileinfo extension will be used if available. * * @par Example: * @code