Update uri.php

This commit is contained in:
Namhyeon Go 2018-09-03 00:57:47 +09:00 committed by GitHub
parent fe70ac9373
commit 525730878a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ if(!function_exists("check_is_string_not_array")) {
}
if(!function_exists("set_header_content_type")) {
function set_header_content_type($type)
function set_header_content_type($type) {
$type = strtolower($type);
$rules = array(
"json" => "application/json",