summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Hülsmann <fh@cbix.de>2012-04-04 21:36:50 +0200
committerFlorian Hülsmann <fh@cbix.de>2012-04-04 21:36:50 +0200
commit8a2c5dda6d057b328427de8be1a3c007772c8ced (patch)
tree539b8afda5f4711820381e89f5be07c3e2cff656
parent85f9869f6925ef52c1015916bbc28e13c15abc73 (diff)
parent7ed8f3974417964df18b135b154fdfdbd4f1b6ca (diff)
downloadnextcloud-server-8a2c5dda6d057b328427de8be1a3c007772c8ced.tar.gz
nextcloud-server-8a2c5dda6d057b328427de8be1a3c007772c8ced.zip
Merge commit 'refs/merge-requests/102' of git://gitorious.org/owncloud/owncloud into merge-requests/102
-rw-r--r--core/img/filetypes/application-sgf.pngbin0 -> 725 bytes
-rw-r--r--lib/mimetypes.fixlist.php3
2 files changed, 2 insertions, 1 deletions
diff --git a/core/img/filetypes/application-sgf.png b/core/img/filetypes/application-sgf.png
new file mode 100644
index 00000000000..f171f5579e7
--- /dev/null
+++ b/core/img/filetypes/application-sgf.png
Binary files differ
diff --git a/lib/mimetypes.fixlist.php b/lib/mimetypes.fixlist.php
index 51f12dbcc29..a40fbd9e228 100644
--- a/lib/mimetypes.fixlist.php
+++ b/lib/mimetypes.fixlist.php
@@ -16,5 +16,6 @@ return array(
'xls'=>'application/msexcel',
'xlsx'=>'application/msexcel',
'ppt'=>'application/mspowerpoint',
- 'pptx'=>'application/mspowerpoint'
+ 'pptx'=>'application/mspowerpoint',
+ 'sgf' => 'application/sgf'
);