]> git.wh0rd.org - tt-rss.git/blobdiff - opml.php
include path fix for lighttpd
[tt-rss.git] / opml.php
index b6fd6eb2a546d26b63c2b48dc8327b18aeca8aab..feccfaa3576652adefce4290455a4c8526de504c 100644 (file)
--- a/opml.php
+++ b/opml.php
@@ -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";