1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2026-03-14 13:55:44 +01:00

Return si erreur

This commit is contained in:
Vincent LAURENT 2025-09-23 16:21:37 +02:00
commit 95307a4c6f

View file

@ -456,6 +456,7 @@ $f3->route ('POST /compress',
http_response_code("500");
header('Content-Type: text/plain');
echo _("PDF compression failed");
return;
}
$compressionType = $f3->get('POST.compressionType');