diff options
author | Intekhab Rizvi <admin@rocketware.in> | 2015-05-01 09:30:56 +0200 |
---|---|---|
committer | Intekhab Rizvi <admin@rocketware.in> | 2015-05-01 09:30:56 +0200 |
commit | 801fa75045252c54653a71ce8e36553186d2a492 (patch) | |
tree | 808b06eb41702ca6f97ca38676e4135c6cbb1e7c /application/config | |
parent | 73b9e851a96dcafc0c07a0d0480853e31ba48e59 (diff) |
MIMES : added new mime type for 3gp based video file upload
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/mimes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/mimes.php b/application/config/mimes.php index 8eff4d2d5..bb4b67982 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -127,7 +127,7 @@ return array( 'rsa' => 'application/x-pkcs7', 'cer' => array('application/pkix-cert', 'application/x-x509-ca-cert'), '3g2' => 'video/3gpp2', - '3gp' => 'video/3gp', + '3gp' => array('video/3gp','video/3gpp'), 'mp4' => 'video/mp4', 'm4a' => 'audio/x-m4a', 'f4v' => 'video/mp4', |