mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
Return si erreur
This commit is contained in:
parent
894fb50598
commit
95307a4c6f
1 changed files with 1 additions and 0 deletions
1
app.php
1
app.php
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue