mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Added "Attachment size limit" setting (Admin panel) (#114)
This commit is contained in:
parent
40a0f8b821
commit
0b5e4f534d
14 changed files with 387 additions and 224 deletions
|
|
@ -476,6 +476,7 @@ gulp.task('rainloop:setup', ['rainloop:copy'], function() {
|
|||
dist = cfg.releasesPath + '/webmail/' + versionFull + '/src/'
|
||||
;
|
||||
|
||||
fs.writeFileSync(dist + 'data/VERSION', versionFull);
|
||||
fs.writeFileSync(dist + 'data/EMPTY', versionFull);
|
||||
|
||||
fs.writeFileSync(dist + 'index.php',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue