Update uri.php
This commit is contained in:
parent
6f20ca06b1
commit
9237569b4f
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user