mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
@@ -44,6 +44,10 @@ var userinfoCmd = &cobra.Command{
|
||||
ssl := getSettingByKey(db, "SSL")
|
||||
entrance := getSettingByKey(db, "SecurityEntrance")
|
||||
address := getSettingByKey(agentDB, "SystemIP")
|
||||
domain := getSettingByKey(db, "BindDomain")
|
||||
if len(domain) != 0 {
|
||||
address = domain
|
||||
}
|
||||
|
||||
protocol := "http"
|
||||
if ssl == constant.StatusEnable {
|
||||
|
||||
Reference in New Issue
Block a user