]> git.wh0rd.org - tt-rss.git/blobdiff - update_daemon2.php
fix help not loading on ? press
[tt-rss.git] / update_daemon2.php
index 6b9d9246ff692d217dcc1cd24991b02a711cf5a2..c55a8aaaee319c5e2378f823e4687f54abb72366 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");
 
        // This is an experimental multiprocess update daemon.
        // Some configurable variable may be found below.