Compare commits

..

No commits in common. '895df02939b3487400e17c15500ff42dae8441f9' and '1eb99220ea790335bc462305fd2aae6aac5330ad' have entirely different histories.

  1. 6
      superx/edit/kern/show_html_content.jsp

6
superx/edit/kern/show_html_content.jsp

@ -39,11 +39,9 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals @@ -39,11 +39,9 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals
}
//Impressum wird immer angezeigt, alles andere nur nach Login:
if (
IdOutput.equals("IMPRINT") ||
IdOutput.equals("PRIVACY") ||
(IdOutput.equals("IMPRINT") ||
( request.getSession()!=null&&request.getSession().getAttribute("sessiontype")!=null&&
request.getSession().getAttribute("sessiontype").equals("superx"))
) {
request.getSession().getAttribute("sessiontype").equals("superx"))) {
Object mandantobject=request.getSession().getAttribute("MandantenID");
Object userid=request.getSession().getAttribute("UserID");

Loading…
Cancel
Save