mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
WebClient: add support for more languages to the editor
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -184,7 +184,7 @@ const (
|
||||
MaxRestoreSize = 20 * 1048576 // 20 MB
|
||||
maxRequestSize = 1048576 // 1MB
|
||||
maxLoginBodySize = 262144 // 256 KB
|
||||
httpdMaxEditFileSize = 1048576 // 1 MB
|
||||
httpdMaxEditFileSize = 2 * 1048576 // 2 MB
|
||||
maxMultipartMem = 10 * 1048576 // 10 MB
|
||||
osWindows = "windows"
|
||||
otpHeaderCode = "X-SFTPGO-OTP"
|
||||
|
||||
Reference in New Issue
Block a user