wisemapping-open-source/wise-webapp/src/main/webapp/jsp/homepage.jsp

6 lines
139 B
Plaintext
Raw Normal View History

2012-06-30 07:26:21 +02:00
<%@page pageEncoding="UTF-8" %>
<%@include file="/jsp/init.jsp" %>
<%
response.sendRedirect(request.getContextPath() + "/c/maps/");
2009-06-07 20:59:43 +02:00
%>