Changeset 3188
- Timestamp:
- 05/05/07 01:58:09 (20 months ago)
- Files:
-
- 1 modified
-
sandbox/blog/attachment/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/blog/attachment/index.php
r3106 r3188 29 29 header('Content-Length: ' . $fstat['size']); 30 30 header('Content-Type: ' . $attachment['mime']); 31 header('Cache-Control: private'); 32 header('Pragma: no-cache'); 31 33 header('Connection: close'); 32 34 fpassthru($fp);
