diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-03-27 21:37:35 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-03-27 21:37:35 +0200 |
| commit | 907069eb20e289851641b0383e9e13a91008bc33 (patch) | |
| tree | c4df3bdde86503e0623fea238272817751e602d5 /src | |
| parent | b8ec7e50b61c241d84a7b0e2c7be6c369a8c0dd2 (diff) | |
| download | phorkie-907069eb20e289851641b0383e9e13a91008bc33.tar.gz phorkie-907069eb20e289851641b0383e9e13a91008bc33.zip | |
xml mime type
Diffstat (limited to 'src')
| -rw-r--r-- | src/Phorkie/File.php | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
