修复无法修改岗位和管理员

This commit is contained in:
FJY
2017-11-02 17:05:52 +08:00
parent ae46b5a98a
commit 6ed6a77b0e
7 changed files with 341 additions and 44 deletions

View File

@@ -6,7 +6,6 @@
%>
<!-- 判断是否是管理员 -->
<%
Object LimitsName = "管理员";
if (!adminuser.equals("管理员")) {/* 已在top.jsp中声明此处报错正常 */
out.println("<script language=javascript>alert('你不是管理员,不能访问此版块');window.location.href='mainframe.jsp'</script>");
/* out.println(adminuser); */