summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
diff options
context:
space:
mode:
authorThor (atiredmachine) <thor@bandwidthbeta.com>2012-01-25 08:09:34 +0100
committerThor (atiredmachine) <thor@bandwidthbeta.com>2012-01-25 08:09:34 +0100
commitab827e2ebaac41e7105cc83582b0610c1aeefa65 (patch)
tree89a27a48d90c6a6780304a977c3f94028c446557 /system/core/Output.php
parent242115ce9eecee4f37ec94acd8534b89a9412949 (diff)
haha, no now it does.
Diffstat (limited to 'system/core/Output.php')
-rwxr-xr-xsystem/core/Output.php4
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':