diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/class/mesg.class.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/class/mesg.class.php b/app/class/mesg.class.php index f9766ca..fd541cd 100644 --- a/app/class/mesg.class.php +++ b/app/class/mesg.class.php @@ -23,6 +23,11 @@ require_once "class/pad.class.php"; class mesg extends object { /* + * Constants used for uploading attachments + */ + public const ATTACH_MAXSIZE = 536870912; // 512Mb + + /* * Constructor */ public function __construct(?string $guid = NULL) |