]> git.wh0rd.org - tt-rss.git/blobdiff - db-updater.php
include path fix for lighttpd
[tt-rss.git] / db-updater.php
index 63c3c647a0f7b6e10b2ca48d8555c3b6b46700fe..e0900828ce4d47bdd0ae99f63e48a747e316ac3e 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";