commit | a9911fc06160f9d4538475e2bf9ee45c9ff8f746 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Thu May 01 01:48:51 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Thu May 01 01:48:51 2008 +0000 |
tree | 8d34acd088b68201fccda3dafc76d357ceedb5c6 | |
parent | b94b89c69195a0708add8dedb1721f12bcafbf8c [diff] |
another change to the download helper for compatibility
diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php index 5e47fc5..ee3d78f 100644 --- a/system/helpers/download_helper.php +++ b/system/helpers/download_helper.php
@@ -91,7 +91,8 @@ header("Content-Length: ".strlen($data)); } - exit($data); + echo $data; + exit; // exit($data); // didn't work on some browsers } }