Skip to content

Commit 256eb30

Browse files
author
Willem Leuverink
authored
Update lfm.php
removed upload_max_filesize option as it doesn't work in this context because the request was already sent
1 parent baccc85 commit 256eb30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config/lfm.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@
159159
// These values override your php.ini settings before uploading files
160160
// Set these to false to ingnore and apply your php.ini settings
161161
'php_ini_overrides' => [
162-
'upload_max_filesize' => '30M',
163162
'memory_limit' => '256M'
164163
]
165164

0 commit comments

Comments
 (0)