mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
Dateien die größer als 30MB sind werden nicht automatisch geprüft ob
diese eine Signatur enthalten da dies Dokumente sind die manuell hochgeladen wurden um das UploadLimit der Arbeit zu umgehen.
This commit is contained in:
@@ -710,6 +710,10 @@ while ($row=@$db->db_fetch_object($result))
|
||||
$signaturVorhanden = true;
|
||||
// The document is signed
|
||||
}
|
||||
elseif (isset($signList->code) && $signList->code == 1)
|
||||
{
|
||||
$uploadedDocumentSigned = $p->t('abgabetool/uploaddDocumentToBigForSignature');
|
||||
}
|
||||
elseif ($signList === null)
|
||||
{
|
||||
$uploadedDocumentSigned = 'WARNING: signature server error';
|
||||
|
||||
Reference in New Issue
Block a user