]> git.wh0rd.org - tt-rss.git/blobdiff - errors.php
db: remove qlog stuff
[tt-rss.git] / errors.php
index cd76d10a680261f72e74832cb63724306731b598..8f4fd94fa86eecb2da0926c7cd3dc117267a8a8e 100644 (file)
@@ -1,7 +1,10 @@
 <?php
+       set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
+               get_include_path());
+
        require_once "functions.php";
 
-       $ERRORS[0] = __("Unknown error");
+       $ERRORS[0] = "";
 
        $ERRORS[1] = __("This program requires XmlHttpRequest " .
                        "to function properly. Your browser doesn't seem to support it.");
@@ -25,7 +28,7 @@
 
        $ERRORS[9] = __("Configuration check failed");
 
-       $ERRORS[10] = __("Your version of MySQL is not currently supported. Please see 
+       $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]";