summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/errors.php b/errors.php
index c7499a9ce..9fb028eca 100644
--- a/errors.php
+++ b/errors.php
@@ -26,4 +26,7 @@
$ERRORS[10] = __("Your version of MySQL is not currently supported. Please see
official site for more information.");
+
+ $ERRORS[11] = __("Sanity check request received twice. You could be running
+ Firebug or some other disrupting extension. Please turn it off.");
?>