Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Quathamer a8deb94404 Bugfix Datenschutz #7 1 month ago
Daniel Quathamer 09119525ab Bugfix Impressum #7 1 month ago
  1. 6
      superx/edit/kern/show_html_content.jsp

6
superx/edit/kern/show_html_content.jsp

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

Loading…
Cancel
Save