xml mime type
[phorkie.git] / 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)