Proper mime type for .DS_Store

This commit is contained in:
2019-06-12 22:15:02 -07:00
parent 7023c5ed8b
commit 3317a2a453

View File

@@ -1,5 +1,6 @@
<?
$types['DS_Store'] = "text/binary";
$types['txt'] = "text/plain";
$types['log'] = "text/plain";
$types['csv'] = "text/plain";