]> git.wh0rd.org - tt-rss.git/blobdiff - errors.php
block mysql versions where true is undefined in sanity_check
[tt-rss.git] / errors.php
index 556af08829b1e74bd3c0dd06c84ae9a7b2c36813..603ef7056fd0201ba165c7a85e6ea93e83bd6a4f 100644 (file)
@@ -22,4 +22,7 @@
        $ERRORS[8] = "Denied. Your access level is insufficient to access this page.";
 
        $ERRORS[9] = "Configuration check failed";
+
+       $ERRORS[10] = "Your version of MySQL is not currently supported. Please see 
+               official site for more information.";
 ?>