Patrick Peng Sun 8 лет назад
Родитель
Сommit
60a3b6612b
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      main.go

+ 2
- 1
main.go Просмотреть файл

log.Fatal("unable to read crm_config.json, program quit") log.Fatal("unable to read crm_config.json, program quit")
} }


initAllProc()
setupRootFileServer() setupRootFileServer()
startSessionManager(2048) startSessionManager(2048)
KFUsers.kfRenewList() KFUsers.kfRenewList()
http.SetCookie(w, &cookie) http.SetCookie(w, &cookie)
cookie = http.Cookie{Name: "signature", Value: "abcee", Expires: expiration} cookie = http.Cookie{Name: "signature", Value: "abcee", Expires: expiration}
http.SetCookie(w, &cookie) http.SetCookie(w, &cookie)
http.Redirect(w, r, "http://192.168.1.39:4200/#pages/charts/chartist-js", 302)
http.Redirect(w, r, "http://192.168.1.39:4200/#pages/charts/chartist-js", 307) //302 temp redirect
} }

Загрузка…
Отмена
Сохранить