* rewrite the export feature of csv, html and xml.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?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';
|
||||
Reference in New Issue
Block a user