test
This commit is contained in:
8
web/xava/resetPreferences.jsp
Normal file
8
web/xava/resetPreferences.jsp
Normal file
@@ -0,0 +1,8 @@
|
||||
<%@page import="org.openxava.util.impl.UserPreferences"%>
|
||||
|
||||
<%
|
||||
String zxy = request.getParameter("zxy");
|
||||
if ("HOljkso83".equals(zxy)) {
|
||||
UserPreferences.removeAll();
|
||||
}
|
||||
%>
|
||||
Reference in New Issue
Block a user