]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
include path fix for lighttpd
[tt-rss.git] / backend.php
index 92a91ef91525d03cd893f7e328d592d1f505963a..1805ce360b9538d85616d47b17213b6b1254059f 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 */