Update uri.php
This commit is contained in:
parent
fe70ac9373
commit
525730878a
|
@ -219,7 +219,7 @@ if(!function_exists("check_is_string_not_array")) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!function_exists("set_header_content_type")) {
|
if(!function_exists("set_header_content_type")) {
|
||||||
function set_header_content_type($type)
|
function set_header_content_type($type) {
|
||||||
$type = strtolower($type);
|
$type = strtolower($type);
|
||||||
$rules = array(
|
$rules = array(
|
||||||
"json" => "application/json",
|
"json" => "application/json",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user