]> git.wh0rd.org - tt-rss.git/blobdiff - errors.php
code cleanup, test for db_escape() crazyness in DB sanity check
[tt-rss.git] / errors.php
index 16efd09a9e0bfff6eaa1ad41b229cb223b15eeb7..bd7b53fe40d3a4149bd366c2f0a633ab9c93c765 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
        $ERRORS[0] = __("Unknown error");
 
        $ERRORS[1] = __("This program requires XmlHttpRequest " .
@@ -25,4 +26,8 @@
 
        $ERRORS[10] = __("Your version of MySQL is not currently supported. Please see 
                official site for more information.");
+
+       $ERRORS[11] = "[This error is not returned by server]";
+
+       $ERRORS[12] = __("SQL escaping test failed, check your database and PHP configuration");
 ?>