Skip to content

Commit dbabfdb

Browse files
committed
Fix type in valid_image_mimetypes and executive method of /vender/bin/debug
1 parent 59614a1 commit dbabfdb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bin/debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/php
1+
#!/usr/bin/env php
22
<?php
33

44
/*

src/config/lfm.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
'image/jpeg',
8989
'image/pjpeg',
9090
'image/png',
91-
'image/gif'
91+
'image/gif',
92+
'image/svg+xml',
9293
],
9394

9495
// available since v1.3.0
@@ -98,9 +99,9 @@
9899
'image/pjpeg',
99100
'image/png',
100101
'image/gif',
102+
'image/svg+xml',
101103
'application/pdf',
102104
'text/plain',
103-
'image/svg+xml',
104105
],
105106

106107
/*

0 commit comments

Comments
 (0)