Rev 216 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 216 | Rev 224 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <%@ page session="false"%> |
1 | <%@ page session="false"%> |
| 2 | <% |
2 | <% |
| 3 | response.sendRedirect("sistema/home.xhtml");
|
- | |
| - | 3 | response.sendRedirect("sistema/pagina_inicial.xhtml");
|
|
| 4 | /* response.sendRedirect(request.getRequestURL().replace(0, 4, "https") + "/sistema/index.xhtml"); */ |
4 | /* response.sendRedirect(request.getRequestURL().replace(0, 4, "https") + "/sistema/index.xhtml"); */ |
| 5 | %> |
5 | %> |