* rewrite the export feature of csv, html and xml.

This commit is contained in:
wangchunsheng
2011-05-02 09:03:20 +00:00
parent a6fd343d4b
commit fa9011fcb2
5 changed files with 142 additions and 64 deletions
+5
View File
@@ -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';