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