mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Try adding text/x-Algol68 to import
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
54ef469d98
commit
ea0d0df1af
|
@ -50,6 +50,7 @@ class ImportController extends Controller
|
|||
'application/vnd.ms-excel',
|
||||
'text/csv',
|
||||
'application/csv',
|
||||
'text/x-Algol68', // because wtf CSV files?
|
||||
'text/plain',
|
||||
'text/comma-separated-values',
|
||||
'text/tsv'))) {
|
||||
|
|
Loading…
Reference in a new issue