Missing file formats (#2621)

Missing allowed file formats zip and rar.

Added rtf format pending PR 2614.
This commit is contained in:
tiagom62 2016-09-16 19:18:33 -04:00 committed by snipe
parent 06f174adf9
commit 8233d520c6

View file

@ -23,7 +23,7 @@ return array(
'error' => 'File(s) not uploaded. Please try again.',
'success' => 'File(s) successfully uploaded.',
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.',
),
'update' => array(