Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/tasks/class.dc.maintenance.zipmedia.php
r2044 r3034 44 44 45 45 // Send zip 46 header('Content-Disposition: attachment;filename= media.zip');46 header('Content-Disposition: attachment;filename='.date('Y-m-d').'-'.$this->core->blog->id.'-'.'media.zip'); 47 47 header('Content-Type: application/x-zip'); 48 48 $zip->write();
Note: See TracChangeset
for help on using the changeset viewer.