diff options
author | Thor (atiredmachine) <thor@bandwidthbeta.com> | 2012-01-25 08:09:34 +0100 |
---|---|---|
committer | Thor (atiredmachine) <thor@bandwidthbeta.com> | 2012-01-25 08:09:34 +0100 |
commit | ab827e2ebaac41e7105cc83582b0610c1aeefa65 (patch) | |
tree | 89a27a48d90c6a6780304a977c3f94028c446557 /system | |
parent | 242115ce9eecee4f37ec94acd8534b89a9412949 (diff) |
haha, no now it does.
Diffstat (limited to 'system')
-rwxr-xr-x | system/core/Output.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/core/Output.php b/system/core/Output.php index 904e7afc7..51aff9cb6 100755 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -591,9 +591,7 @@ class CI_Output { { $type = 'text/html'; } - - die($type); - + switch ($type) { case 'text/html': |