mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 00:23:20 -04:00
Merge commit 'refs/merge-requests/102' of git://gitorious.org/owncloud/owncloud into merge-requests/102
This commit is contained in:
commit
8a2c5dda6d
2 changed files with 2 additions and 1 deletions
BIN
core/img/filetypes/application-sgf.png
Normal file
BIN
core/img/filetypes/application-sgf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 725 B |
|
|
@ -16,5 +16,6 @@ return array(
|
|||
'xls'=>'application/msexcel',
|
||||
'xlsx'=>'application/msexcel',
|
||||
'ppt'=>'application/mspowerpoint',
|
||||
'pptx'=>'application/mspowerpoint'
|
||||
'pptx'=>'application/mspowerpoint',
|
||||
'sgf' => 'application/sgf'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue