]> git.wh0rd.org - tt-rss.git/blobdiff - public.php
include path fix for lighttpd
[tt-rss.git] / public.php
index 598f78c78fe984a39048903223cd369195e2e2d7..8ffc83224f170a51c3a89f175848e6bccdb291f4 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");
 
        /* remove ill effects of magic quotes */