diff options
Diffstat (limited to 'customization/errorpage/413.shtml')
-rw-r--r-- | customization/errorpage/413.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/413.shtml b/customization/errorpage/413.shtml index f772be8..4814ee4 100644 --- a/customization/errorpage/413.shtml +++ b/customization/errorpage/413.shtml @@ -1,5 +1,6 @@ <!--#set var="ERRORPAGE_CODE" value="413" --> <!--#set var="ERRORPAGE_TEXT" value="Payload Too Large" --> -<!--#set var="ERRORPAGE_INFO" value="The request method, with which the server has been requested does not allow the data transmitted, or the data volume exceeds the capacity limit." --> -<!--#include file="main.shtml" -->
\ No newline at end of file +<!--#include file="header.shtml" --> + <div>The request method, with which the server has been requested does not allow the data transmitted, or the data volume exceeds the capacity limit.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |