Files
EasySoft-ZenTaoPMS/module/file/config.php
2011-05-02 09:03:20 +00:00

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';