Index: lams_tool_lamc/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/AnswersContent.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/learning/AnswersContent.jsp 20 Dec 2005 21:35:04 -0000 1.1 +++ lams_tool_lamc/web/learning/AnswersContent.jsp 30 Dec 2005 14:35:01 -0000 1.2 @@ -6,17 +6,6 @@ <%@ taglib uri="tags-fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> -<% -String protocol = request.getProtocol(); -if(protocol.startsWith("HTTPS")){ - protocol = "https://"; -}else{ - protocol = "http://"; -} -String root = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; -String pathToLams = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/../.."; -%> -