|
Error("LoggedInOnlyWithRedirect: User is not logged in", nil)
|
|
Error("LoggedInOnlyWithRedirect: User is not logged in", nil)
|
|
http.Redirect(w, req, "/ui/login?notlogged=1&redirect="+req.URL.Path, http.StatusFound)
|
|
http.Redirect(w, req, "/ui/login?notlogged=1&redirect="+req.URL.Path, http.StatusFound)
|