]> git.wh0rd.org - tt-rss.git/blobdiff - errors.php
update_daemon2: keep track of children PIDs
[tt-rss.git] / errors.php
index 16efd09a9e0bfff6eaa1ad41b229cb223b15eeb7..dc47f38e40f888b88997909fb5d7436e1ddb46ba 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
        $ERRORS[0] = __("Unknown error");
 
        $ERRORS[1] = __("This program requires XmlHttpRequest " .
@@ -25,4 +26,6 @@
 
        $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]";
 ?>