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
12 lines
362 B
<html> |
|
<body> |
|
<% |
|
String url="/"; |
|
String paramSuperxStandalone = getServletContext().getInitParameter("superxStandalone"); |
|
if (paramSuperxStandalone!=null&¶mSuperxStandalone.equalsIgnoreCase("true")) |
|
{ url="/superx/";} |
|
%> |
|
Sie sind nicht (mehr) authentifiziert!<br><br> |
|
Bitte <a href="<%=url%>">melden Sie sich zunächst am System an</a>. |
|
</body> |
|
</html>
|
|
|