Update uri.php

This commit is contained in:
Namhyeon Go 2019-06-12 20:35:00 +09:00 committed by GitHub
parent 6407555750
commit 190de76e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,7 +340,7 @@ if(!check_function_exists("set_header_content_type")) {
"xml" => "text/xml",
"txt" => "text/plain",
"html" => "text/html",
"xhtml" => "application/xhtml+xml"
"xhtml" => "application/xhtml+xml",
"cspt" => "application/catsplit",
);