xml mime type
authorChristian Weiske <cweiske@cweiske.de>
Tue, 27 Mar 2012 19:37:35 +0000 (21:37 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 27 Mar 2012 19:37:35 +0000 (21:37 +0200)
src/Phorkie/File.php

index 6e71de37ca6cfef60fa7d62372ffc1a95921fbec..729cbd6aaaf6293bf3e65cc309717915a8df6c29 100644 (file)
@@ -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)