]> git.wh0rd.org - tt-rss.git/blobdiff - digest.php
include path fix for lighttpd
[tt-rss.git] / digest.php
index 74a0c566d69ea82fa38fb152e194622b226dac7b..c5b3c34c69b8719ed7ac7d44b63c9e49dda8cd02 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";
        require_once "sessions.php";