Changeset 4912 for branches/2.0/action.php
- Timestamp:
- Feb 19, 2010, 10:46:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/action.php
r3046 r4912 178 178 if (!isset($_GET['view'])) 179 179 { 180 $http_headers[] = 'Content-Disposition: attachment; filename="' 181 .basename($file).'";'; 180 $http_headers[] = 'Content-Disposition: attachment; filename="'.$element_info['file'].'";'; 182 181 $http_headers[] = 'Content-Transfer-Encoding: binary'; 183 182 }
Note: See TracChangeset
for help on using the changeset viewer.