parent
4ed6f6b35f
commit
e14bd65844
2
fix.go
2
fix.go
|
@ -4,7 +4,7 @@ package main
|
|||
import (
|
||||
"go.wit.com/log"
|
||||
"go.wit.com/gui/cloudflare"
|
||||
"go.wit.com/wit/control-panel-dns/smartwindow"
|
||||
"go.wit.com/apps/control-panel-dns/smartwindow"
|
||||
)
|
||||
|
||||
func fix() bool {
|
||||
|
|
2
gui.go
2
gui.go
|
@ -12,7 +12,7 @@ import (
|
|||
"go.wit.com/gui/cloudflare"
|
||||
"go.wit.com/gui/debugger"
|
||||
"go.wit.com/gui/gadgets/logsettings"
|
||||
"go.wit.com/wit/control-panel-dns/smartwindow"
|
||||
"go.wit.com/apps/control-panel-dns/smartwindow"
|
||||
)
|
||||
|
||||
// This setups up the dns control panel window
|
||||
|
|
2
main.go
2
main.go
|
@ -14,7 +14,7 @@ import (
|
|||
"go.wit.com/gui/gui"
|
||||
"go.wit.com/gui/debugger"
|
||||
|
||||
"go.wit.com/wit/control-panel-dns/linuxstatus"
|
||||
"go.wit.com/apps/control-panel-dns/linuxstatus"
|
||||
|
||||
"github.com/miekg/dns"
|
||||
)
|
||||
|
|
|
@ -7,8 +7,8 @@ import (
|
|||
"go.wit.com/gui/gui"
|
||||
"go.wit.com/gui/gadgets"
|
||||
// "go.wit.com/gui/cloudflare"
|
||||
"go.wit.com/wit/control-panel-dns/linuxstatus"
|
||||
"go.wit.com/wit/control-panel-dns/smartwindow"
|
||||
"go.wit.com/apps/control-panel-dns/linuxstatus"
|
||||
"go.wit.com/apps/control-panel-dns/smartwindow"
|
||||
|
||||
"github.com/miekg/dns"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue