]> git.wh0rd.org - tt-rss.git/blobdiff - errors.php
include path fix for lighttpd
[tt-rss.git] / errors.php
index 802947d985c508c1e8288157e3ff3d284d727794..a18d540bdbf67f1a4e13acbe696e96914a1ad769 100644 (file)
@@ -1,5 +1,6 @@
 <?php
-       set_include_path(get_include_path() . PATH_SEPARATOR . "include");
+       set_include_path(get_include_path() . PATH_SEPARATOR . 
+               dirname(__FILE__) . "/include");
 
        require_once "functions.php";