diff options
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 85c1f8b..b9408cf 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -85,6 +85,7 @@ func initHandler(res http.ResponseWriter, req *http.Request) { // set HTTP port which should be previously added to config cache port := db.ConfigCache("http_port") + fmt.Println("port from config (init handler)", port) req.Form.Set("http_port", port) // set initial user email as admin_email and make config |