]> git.wh0rd.org - tt-rss.git/blobdiff - twitter.php
include path fix for lighttpd
[tt-rss.git] / twitter.php
index ab9e57a4580840f1dd2f51e3d0cedff1379697d2..c09d8fda4d089985ddbec9257b8ff292a57a33a8 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";