Index: lams_tool_forum/web/includes/header.jsp =================================================================== diff -u -rffbc47494b72d5222b6fc95db0347f7732d93310 -r0653e8df3351a6178f4dcb842f4eda25a3d2341b --- lams_tool_forum/web/includes/header.jsp (.../header.jsp) (revision ffbc47494b72d5222b6fc95db0347f7732d93310) +++ lams_tool_forum/web/includes/header.jsp (.../header.jsp) (revision 0653e8df3351a6178f4dcb842f4eda25a3d2341b) @@ -1,19 +1,11 @@ <%@ include file="/includes/taglibs.jsp" %> <% -String protocol = request.getProtocol(); -if(protocol.startsWith("HTTPS")){ - protocol = "https://"; -}else{ - protocol = "http://"; -} -String pathToRoot = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; -String pathToShare = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/../../../.."; + String LAMS_WEB_ROOT="/lams"; %> <bean:message key="appName" /> - - - + +