From 7a09510c022a6b28b5a90d97a438ddb81ac20314 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 24 Apr 2007 04:28:10 +0100 Subject: try to detect sanity check abnormalities (caused by Firebug) --- errors.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'errors.php') 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."); ?> -- cgit v1.2.3