Skip to content

Commit

Permalink
Merge branch 'master' of github.com:star7th/showdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Mar 14, 2022
2 parents afa3cac + d1c9ed0 commit cd258a0
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',
Expand Down

0 comments on commit cd258a0

Please sign in to comment.