Nosta uploadraja 8 MB → 20 MB

This commit is contained in:
2026-03-08 01:09:07 +02:00
parent d380884248
commit 9872093fb7
3 changed files with 3 additions and 3 deletions

View File

@@ -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');