Home
last modified time | relevance | path

Searched +full:maxemailattachmentsize +(+path:plugin +path:bureaucracy) -(+path:plugin +path:bureaucracy +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/bureaucracy/conf/
H A Dmetadata.php4 $meta['maxEmailAttachmentSize'] = array('numeric');
H A Ddefault.php4 $conf['maxEmailAttachmentSize'] = 3*1024*1024; //3MB
/plugin/bureaucracy/helper/
H A Dactionmail.php131 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
133 …lToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('maxEmailAttachmentSize'))), 2);