Browse Source

Bugfix Datenschutz #7

RELEASE_kern5.2
Daniel Quathamer 1 day ago
parent
commit
04e6c30708
  1. 1
      superx/edit/kern/show_html_content.jsp

1
superx/edit/kern/show_html_content.jsp

@ -40,6 +40,7 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals @@ -40,6 +40,7 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals
//Impressum wird immer angezeigt, alles andere nur nach Login:
if (
IdOutput.equals("IMPRINT") ||
IdOutput.equals("PRIVACY") ||
( request.getSession()!=null&&request.getSession().getAttribute("sessiontype")!=null&&
request.getSession().getAttribute("sessiontype").equals("superx"))
) {

Loading…
Cancel
Save