diff options
-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': |