Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remarq committed Jul 4, 2021
2 parents 903d151 + 903d151 commit eecd931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/util/serverStatus-body.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ String serverDetails = (String) request.getAttribute("serverDetails");
out.println("<br>name:<b>" + name + "</b> value:" + session.getAttribute(name));
} else {
out.println("<br>name:<b>dummyForm</b>");
Antweb.org("serverStatus-body.jsp dummyForm:" +
A.log("serverStatus-body.jsp dummyForm:" + session.getAttribute(name));
}
}
%>
Expand Down

0 comments on commit eecd931

Please sign in to comment.