Skip to content

Commit

Permalink
Merge pull request #1632 from ajaysenr/master
Browse files Browse the repository at this point in the history
Update AttachmentModel.class.php
  • Loading branch information
star7th committed Mar 14, 2022
2 parents 56e450c + aa41c83 commit d1c9ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Application/Api/Model/AttachmentModel.class.php
Expand Up @@ -325,7 +325,7 @@ public function isAllowedFilename($filename){
$allow_array = array(
'.jpg','.jpeg','.png','.bmp','.gif','.ico','.webp',
'.mp3','.wav','.m4a','.ogg','.webma','.mp4','.flv',
'.mov','.webmv','.m3u8a','.flac','.mkv',
'.mov','.webmv','.flac','.mkv',
'.zip','.tar','.gz','.tgz','.ipa','.apk','.rar','.iso','.bz2','.epub',
'.pdf','.ofd','.swf','.epub','.xps',
'.doc','.docx','.odt','.rtf','.docm','.dotm','.dot','.dotx','.wps','.wpt',
Expand Down

0 comments on commit d1c9ed0

Please sign in to comment.