We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59614a1 commit dbabfdbCopy full SHA for dbabfdb
bin/debug
@@ -1,4 +1,4 @@
1
-#!/usr/bin/php
+#!/usr/bin/env php
2
<?php
3
4
/*
src/config/lfm.php
@@ -88,7 +88,8 @@
88
'image/jpeg',
89
'image/pjpeg',
90
'image/png',
91
- 'image/gif'
+ 'image/gif',
92
+ 'image/svg+xml',
93
],
94
95
// available since v1.3.0
@@ -98,9 +99,9 @@
98
99
100
101
'image/gif',
102
103
'application/pdf',
104
'text/plain',
- 'image/svg+xml',
105
106
107
0 commit comments