allow upload of txt files
This commit is contained in:
parent
0d6a15f06c
commit
ce4e43f78a
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ class Uploader
|
|||
array(
|
||||
'pdf' => 'application/pdf',
|
||||
'zip' => 'application/zip',
|
||||
'rar' => 'application/rar'
|
||||
'rar' => 'application/rar',
|
||||
'txt' => 'text/plain'
|
||||
),
|
||||
true
|
||||
)) {
|
||||
|
|
Loading…
Reference in a new issue