as preperation for the sgf viewer app i added a file icon for .sgf files (saved go games), and an according mimetype.
This commit is contained in:
parent
82b54938e3
commit
7ed8f39744
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 New Issue