]> git.wh0rd.org - tt-rss.git/blobdiff - errors.php
try to detect sanity check abnormalities (caused by Firebug)
[tt-rss.git] / errors.php
index c7499a9ce5595fad016a8b65b466523116136838..9fb028ecac9024e710d02f084dc9797545c615ac 100644 (file)
@@ -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.");
 ?>