src/main/webapp/index.jsp

changeset 78
bb4c52bf3439
parent 70
821c4950b619
child 79
f64255a88d66
--- a/src/main/webapp/index.jsp	Sat May 23 13:34:41 2020 +0200
+++ b/src/main/webapp/index.jsp	Sat May 23 13:52:04 2020 +0200
@@ -24,9 +24,7 @@
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 --%>
-<%@page import="de.uapcore.lightpit.Functions" %>
-<%@ page import="de.uapcore.lightpit.modules.ProjectsModule" %>
 <%
     response.setStatus(response.SC_MOVED_TEMPORARILY);
-    response.setHeader("Location", Functions.modulePathOf(ProjectsModule.class));
+    response.setHeader("Location", "/projects/");
 %>

mercurial