Manual:$wgMimeTypeFile/pt-br
Appearance
| Tipos MIME: $wgMimeTypeFile | |
|---|---|
| Sets the MIME type definition file to be used by MimeAnalyzer.php. |
|
| Introduzida na versão: | 1.5.0 |
| Removida na versão: | Ainda em uso |
| Valores permitidos: | (path relative to $IP) |
| Valor padrão: | 'internal' (1.35+)'includes/mime.types' (1.5-1.34) |
| Outras definições: Ordem alfabética | Por função | |
Details
Sets the MIME type definition file, which maps MIME types to file extensions.
A default MimeMap.php file is distributed with MediaWiki.
Examples:
$wgMimeTypeFile = "/etc/mime.types";
$wgMimeTypeFile = null; // use a limited set of built-in defaults only (defined in MimeAnalyzer.php)