Changeset 1527
- Timestamp:
- 12/13/07 15:12:56 (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/View.php
r1522 r1527 176 176 // Set the content type and size 177 177 header('Content-Type: '.$this->kohana_filetype[0]); 178 header('Content-Length: '.filesize($this->kohana_filename));179 178 180 179 if ($print == TRUE)
