6 lines
207 B
PHP
6 lines
207 B
PHP
<?php
|
|
$config->file->mimes['xml'] = 'text/xml';
|
|
$config->file->mimes['html'] = 'text/html';
|
|
$config->file->mimes['csv'] = 'text/csv';
|
|
$config->file->mimes['default'] = 'application/octet-stream';
|