as preperation for the sgf viewer app i added a file icon for .sgf files (saved go games), and an according mimetype.

remotes/origin/stable4
Nils Jansen 14 years ago
parent 82b54938e3
commit 7ed8f39744
  1. BIN
      core/img/filetypes/application-sgf.png
  2. 3
      lib/mimetypes.fixlist.php

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…
Cancel
Save