Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Mar 14, 2022
1 parent 56e450c commit afa3cac
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 @@ -328,7 +328,7 @@ public function isAllowedFilename($filename){
'.mov','.webmv','.m3u8a','.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',
'.doc','.docx','.odt','.rtf','.docm','.dotm','.dot','.dotx','.wps',
'.ppt','.pptx','.xls','.xlsx','.txt','.psd','.csv',
'.cer','.ppt','.pub','.properties','.json','.css',
) ;
Expand Down

0 comments on commit afa3cac

Please sign in to comment.