Update uri.php

This commit is contained in:
Namhyeon Go 2020-04-12 18:21:07 +09:00 committed by GitHub
parent f42785d9b2
commit 0c56893b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,6 +386,7 @@ if(!is_fn("set_header_content_type")) {
"json" => "application/json",
"xml" => "text/xml",
"txt" => "text/plain",
"yaml" => "application/x-yaml",
"html" => "text/html",
"xhtml" => "application/xhtml+xml",
"cspt" => "application/catsplit",