Skip to content

Commit

Permalink
поднял лимит на upload
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Dec 29, 2024
1 parent aedb957 commit 874fa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/errors/upload-size.jsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%@ page contentType="text/html; charset=utf-8"%>
<%--
~ Copyright 1998-2015 Linux.org.ru
~ Copyright 1998-2024 Linux.org.ru
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
Expand All @@ -15,7 +15,7 @@
--%>

<%
response.setStatus(404);
response.setStatus(403);
%>
<jsp:include page="/WEB-INF/jsp/head.jsp"/>

Expand Down

0 comments on commit 874fa87

Please sign in to comment.