Browse Source

Bugfix Datenschutz #7

(cherry picked from commit 04e6c30708)
master
Daniel Quathamer 2 days ago
parent
commit
a8deb94404
  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