mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-14 03:00:25 +08:00
将全局的通用设置--域名审核设置移到“集群设置--网站设置”中
This commit is contained in:
@@ -31,9 +31,6 @@ func (this *IndexAction) RunGet(params struct{}) {
|
||||
valueJSON := valueJSONResp.ValueJSON
|
||||
globalConfig := &serverconfigs.GlobalConfig{}
|
||||
|
||||
// 默认值
|
||||
globalConfig.HTTPAll.DomainAuditingIsOn = false
|
||||
|
||||
if len(valueJSON) > 0 {
|
||||
err = json.Unmarshal(valueJSON, globalConfig)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user