diff options
-rw-r--r-- | error.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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>."; } |