]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
include path fix for lighttpd
[tt-rss.git] / update.php
index 8cca3daa0937b0ae3de0c0c3897dc260283be857..28bcb3d1e4461350f46821f44e7a32174a4737da 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/php
 <?php
-       set_include_path(get_include_path() . PATH_SEPARATOR . "include");
+       set_include_path(get_include_path() . PATH_SEPARATOR . 
+               dirname(__FILE__) . "/include");
 
        define('DISABLE_SESSIONS', true);