From 9237569b4f58b1e949ecaeb528d3869d2f7f6646 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 23 Feb 2019 05:31:36 +0900 Subject: [PATCH] Update uri.php --- system/uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/uri.php b/system/uri.php index e78c2ff..ce99654 100644 --- a/system/uri.php +++ b/system/uri.php @@ -337,7 +337,7 @@ if(!function_exists("set_header_content_type")) { if(array_key_exists($type, $rules)) { header(sprintf("Content-type: %s", $rules[$type])); } else { - header(sprintf("Content-type: %s", $type)); + header("Content-type: plain/text"); } } }