Manual:$wgMimeTypeFile/ko
Appearance
| MIME types: $wgMimeTypeFile | |
|---|---|
| Sets the MIME type definition file to be used by MimeAnalyzer.php. |
|
| 이 변수가 소개된 버전: | 1.5.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (path relative to $IP) |
| 기본값: | 'internal' (1.35+)'includes/mime.types' (1.5-1.34) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
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)