mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
fix setting
This commit is contained in:
parent
572d912858
commit
c565a429af
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ func (a *SettingController) getDefaultSettings(c *gin.Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
subTLS := false
|
subTLS := false
|
||||||
if result["subKeyFile"].(string) != "" || result["subCertFile"].(string) != "" {
|
if result["subKeyFile"] != "" || result["subCertFile"] != "" {
|
||||||
subTLS = true
|
subTLS = true
|
||||||
}
|
}
|
||||||
result["subTLS"] = subTLS
|
result["subTLS"] = subTLS
|
||||||
|
|
Loading…
Reference in a new issue