commit | c0c5c97ffbfac81837e1913c77da7462c096ae87 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Thu May 01 01:56:51 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Thu May 01 01:56:51 2008 +0000 |
tree | bb431084a58830ffcc8dd6216bea8eb2c8372e13 | |
parent | a9911fc06160f9d4538475e2bf9ee45c9ff8f746 [diff] |
revert... Derek's an idiot
diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php index ee3d78f..5e47fc5 100644 --- a/system/helpers/download_helper.php +++ b/system/helpers/download_helper.php
@@ -91,8 +91,7 @@ header("Content-Length: ".strlen($data)); } - echo $data; - exit; // exit($data); // didn't work on some browsers + exit($data); } }