Browse Source

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 15 years ago
parent
commit
7ed8f39744
  1. BIN
      core/img/filetypes/application-sgf.png
  2. 3
      lib/mimetypes.fixlist.php

BIN
core/img/filetypes/application-sgf.png

After

Width: 16  |  Height: 16  |  Size: 725 B

3
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'
);
Loading…
Cancel
Save