From 907069eb20e289851641b0383e9e13a91008bc33 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 27 Mar 2012 21:37:35 +0200 Subject: [PATCH] xml mime type --- src/Phorkie/File.php | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2