src/main/webapp/index.jsp

changeset 45
cc7f082c5ef3
parent 29
27a0fdd7bca7
child 70
821c4950b619
--- a/src/main/webapp/index.jsp	Wed May 13 18:55:05 2020 +0200
+++ b/src/main/webapp/index.jsp	Wed May 13 21:10:23 2020 +0200
@@ -27,6 +27,6 @@
 <%@page import="de.uapcore.lightpit.Functions" %>
 <%@page import="de.uapcore.lightpit.modules.HomeModule" %>
 <%
-response.setStatus(response.SC_MOVED_TEMPORARILY);
-response.setHeader("Location", "./"+Functions.modulePathOf(HomeModule.class));
+    response.setStatus(response.SC_MOVED_TEMPORARILY);
+    response.setHeader("Location", Functions.modulePathOf(HomeModule.class));
 %>

mercurial