summaryrefslogtreecommitdiff
path: root/error.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-12-04 17:26:06 +0000
committerDries Buytaert <dries@buytaert.net>2000-12-04 17:26:06 +0000
commit7be7f1e4a0c364f3dfb4f6c645261f123e21dd02 (patch)
tree34c3dc9d26318f6f8bf346f59c2a24f5a5a5c2e3 /error.php
parent5c6cc08ab1cffedecffd218c9bb0b02e1bf418ab (diff)
downloadbrdo-7be7f1e4a0c364f3dfb4f6c645261f123e21dd02.tar.gz
brdo-7be7f1e4a0c364f3dfb4f6c645261f123e21dd02.tar.bz2
- test
Diffstat (limited to 'error.php')
-rw-r--r--error.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/error.php b/error.php
index 3727b5040..16b3a3173 100644
--- a/error.php
+++ b/error.php
@@ -2,6 +2,7 @@
function error_flood() {
global $site_email;
+
print "WARNING: submission rate exceeded. We detected too much data or events from your IP. Please wait a few minutes and try again. If you think this is not justified, please contact us at <A HREF=\"mailto:$site_email\">$site_email</A>.";
}