Added html mimetype for media files
This commit is contained in:
parent
027c316c9a
commit
a5107d0301
1 changed files with 6 additions and 0 deletions
|
|
@ -519,6 +519,12 @@ class View {
|
||||||
$type_mime='image/jpg';
|
$type_mime='image/jpg';
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'html':
|
||||||
|
|
||||||
|
$type_mime='text/html';
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue