Update uri.php

This commit is contained in:
Namhyeon Go 2019-02-23 05:31:36 +09:00 committed by GitHub
parent 6f20ca06b1
commit 9237569b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}
}
}