Update mimetypes.php

新增:".svg" => "image/svg+xml",
This commit is contained in:
delex.xie 2019-07-11 16:44:13 +08:00 committed by GitHub
parent d6ffe9118e
commit 14093f24bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,6 +337,7 @@ $mimetype_complete_map = array(
".svf" => "image/vnd.dwg",
".svr" => "application/x-world",
".swf" => "application/x-shockwave-flash",
".svg" => "image/svg+xml",
".t" => "application/x-troff",
".talk" => "text/x-speech",
".tar" => "application/x-tar",