6 lines
139 B
Plaintext
Raw Normal View History

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