aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-11 20:38:06 -0800
committerfriendica <info@friendica.com>2015-02-11 20:38:06 -0800
commit2b2fa5a973a2c2b97b2689b926fe2ae6bca3685d (patch)
tree45038f7d8bd06802f72f307b7ef0ceb07ad7ae37 /include/attach.php
parent78b87548564f35be5ab04adb19d5960c3ce50356 (diff)
downloadvolse-hubzilla-2b2fa5a973a2c2b97b2689b926fe2ae6bca3685d.tar.gz
volse-hubzilla-2b2fa5a973a2c2b97b2689b926fe2ae6bca3685d.tar.bz2
volse-hubzilla-2b2fa5a973a2c2b97b2689b926fe2ae6bca3685d.zip
issue #843
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/attach.php b/include/attach.php
index f878a886f..5ed2cf6d2 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -65,10 +65,10 @@ function z_mime_content_type($filename) {
'mov' => 'video/quicktime',
'ogg' => 'application/ogg',
'opus' => 'audio/ogg',
- 'webm' => 'audio/webm',
'webm' => 'video/webm',
- 'mp4' => 'audio/mp4',
+// 'webm' => 'audio/webm',
'mp4' => 'video/mp4',
+// 'mp4' => 'audio/mp4',
// adobe
'pdf' => 'application/pdf',