From: Christian Weiske Date: Tue, 27 Mar 2012 19:37:35 +0000 (+0200) Subject: xml mime type X-Git-Tag: v0.1.0~91 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/907069eb20e289851641b0383e9e13a91008bc33 xml mime type --- diff --git a/src/Phorkie/File.php b/src/Phorkie/File.php index 6e71de3..729cbd6 100644 --- a/src/Phorkie/File.php +++ b/src/Phorkie/File.php @@ -24,6 +24,7 @@ class File 'js' => 'application/javascript', 'php' => 'text/x-php', 'txt' => 'text/plain', + 'xml' => 'text/xml', ); public function __construct($path, Repository $repo)