Add flv to known mimetypes

This commit is contained in:
Victor Dubiniuk 2014-04-24 15:41:30 +03:00
parent 40257d9736
commit fc4be3d0ad
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ return array(
'epub' => array('application/epub+zip', null),
'exe' => array('application/x-ms-dos-executable', null),
'flac' => array('audio/flac', null),
'flv' => array('video/x-flv', null),
'gif' => array('image/gif', null),
'gz' => array('application/x-gzip', null),
'gzip' => array('application/x-gzip', null),