|
|
@ -195,7 +195,9 @@ class MimeClass { |
|
|
|
"zip" => "application/x-zip", |
|
|
|
"zip" => "application/x-zip", |
|
|
|
// others: |
|
|
|
// others: |
|
|
|
'bin' => 'application/octet-stream', |
|
|
|
'bin' => 'application/octet-stream', |
|
|
|
|
|
|
|
'json' => 'application/json', |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
private $private_file_extensions; |
|
|
|
private $private_file_extensions; |
|
|
|
private $system_types; |
|
|
|
private $system_types; |
|
|
|
private $system_exts; |
|
|
|
private $system_exts; |
|
|
|