]> git.wh0rd.org - tt-rss.git/blobdiff - image.php
include path fix for lighttpd
[tt-rss.git] / image.php
index 210bbc2f7f3342dae900a3bbd438ecc571d20ae2..3a2a0d1c583b6cc30facfd866317bb43ac9f3186 100644 (file)
--- a/image.php
+++ b/image.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 "config.php";
        require_once "lib/simplepie/simplepie.inc";