commit | c39d202d35f76f8a85f357d6e86a2223258d6c07 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Thu May 01 03:26:24 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Thu May 01 03:26:24 2008 +0000 |
tree | 496fafb3500c817da97cd98b12931507250014ba | |
parent | c0c5c97ffbfac81837e1913c77da7462c096ae87 [diff] [blame] |
The Zip class now exits within download().
diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index a3d42f3..fab8e7f 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php
@@ -351,7 +351,7 @@ header("Content-Length: ".strlen($this->get_zip())); } - echo $this->get_zip(); + exit($this->get_zip()); } // --------------------------------------------------------------------