3 lines
76 B
Plaintext
Raw Normal View History

<%
response.sendRedirect(request.getContextPath() + "/c/mymaps.htm");
2009-06-07 18:59:43 +00:00
%>