Nosta uploadraja 8 MB → 20 MB
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
$allowed_mime = ['image/jpeg', 'image/png', 'image/gif', 'image/webp'];
|
||||
$max_bytes = 8 * 1024 * 1024; // 8 Mt
|
||||
$max_bytes = 20 * 1024 * 1024; // 20 Mt
|
||||
|
||||
header('Content-Type: application/json');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user