]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/Gigi.java
upd: added links to imprint and data privacy in footer line
[gigi.git] / src / club / wpia / gigi / Gigi.java
index b02a1a8991d96d4ec39cf56151713bf80d128cfd..f4e3f2ba6f8b5b022047c987467c4601383bd3f7 100644 (file)
@@ -437,6 +437,7 @@ public final class Gigi extends HttpServlet {
             } else {
                 req.setAttribute(LINK_HOST, ServerConstants.getHostNamePort(Host.LINK));
             }
+            vars.put(Gigi.LINK_HOST, req.getAttribute(Gigi.LINK_HOST));
             if (currentAuthContext != null) {
                 // TODO maybe move this information into the AuthContext object
                 vars.put("loginMethod", req.getSession().getAttribute(LOGIN_METHOD));