From 43c9b35deb674509203c6991fbdab2fc6594df28 Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Mon, 28 Aug 2017 08:17:32 +0200
Subject: There are now separate files for header and footer, which simplifies
 the creation of error messages, since you can now output HTML code directly
 instead of defining the message into a variable which escapes the containing
 HTML code. In addition, a new error page for "429 Too Many Requests" has been
 added and a little change in the stylesheet was made.

---
 customization/errorpage/429.shtml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 customization/errorpage/429.shtml

(limited to 'customization/errorpage/429.shtml')

diff --git a/customization/errorpage/429.shtml b/customization/errorpage/429.shtml
new file mode 100644
index 0000000..cc2b31f
--- /dev/null
+++ b/customization/errorpage/429.shtml
@@ -0,0 +1,7 @@
+<!--#set var="ERRORPAGE_CODE" value="429" -->
+<!--#set var="ERRORPAGE_TEXT" value="Too Many Requests" -->
+
+<!--#include file="header.shtml" -->
+	<div>The server has detected an unusually high number of requests from your network address <strong><span><!--#echo var="REMOTE_ADDR" --></span></strong>
+	 and will not process further requests until the flooding has subsided.</div>
+<!--#include file="footer.shtml" -->
\ No newline at end of file
-- 
cgit v1.2.3