Rev 216 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
<%@ page session="false"%>
<%
response.sendRedirect("sistema/pagina_inicial.xhtml");
/* response.sendRedirect(request.getRequestURL().replace(0, 4, "https") + "/sistema/index.xhtml"); */
%>