SuperX-Kernmodul
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
362 B

<html>
<body>
<%
String url="/";
String paramSuperxStandalone = getServletContext().getInitParameter("superxStandalone");
if (paramSuperxStandalone!=null&&paramSuperxStandalone.equalsIgnoreCase("true"))
{ url="/superx/";}
%>
Sie sind nicht (mehr) authentifiziert!<br><br>
Bitte <a href="<%=url%>">melden Sie sich zun&auml;chst am System an</a>.
</body>
</html>