Handbuch:$wgMimeTypeFile

From mediawiki.org
This page is a translated version of the page Manual:$wgMimeTypeFile and the translation is 44% complete.
MIME-Typen: $wgMimeTypeFile
Sets the MIME type definition file to be used by MimeAnalyzer.php .
Eingeführt in Version:1.5.0
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(path relative to $IP )
Standardwert:'internal' (1.35+)
'includes/mime.types' (1.5-1.34)

Details

Sets the MIME type definition file, which maps MIME types to file extensions.

A default MimeMap.php file is distributed with MediaWiki.

Beispiele:

$wgMimeTypeFile = "/etc/mime.types"; $wgMimeTypeFile = null; // use a limited set of built-in defaults only (defined in MimeAnalyzer.php)

Siehe auch