]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
include path fix for lighttpd
[tt-rss.git] / index.php
index 3096cd2cdd25448de797da703ecc6462b063fb58..d08afa6efd016aedade0102589939ce86be83746 100644 (file)
--- a/index.php
+++ b/index.php
@@ -5,7 +5,8 @@
                exit;
        }
 
-       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";