mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update message_media.php
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
switch (strtolower($media['message_media_type'])) {
|
||||
case 'jpg':
|
||||
case 'jpeg': $content_type = 'image/jpg'; $displaybreak;
|
||||
case 'jpeg': $content_type = 'image/jpg'; break;
|
||||
case 'png': $content_type = 'image/png'; break;
|
||||
case 'gif': $content_type = 'image/gif'; break;
|
||||
case 'aac': $content_type = 'audio/aac'; break;
|
||||
@@ -97,4 +97,4 @@
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user