mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-23 16:26:42 +08:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
<%@ page language="java" pageEncoding="utf-8"%>
|
|
<%
|
|
response.sendRedirect("admin/session_list.action");
|
|
%>
|
|
|