]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
overall directory tree cleanup
[tt-rss.git] / update.php
index 7b17c60f894d3c2249ea5fe4eecd21dd0cfc50a2..e6063a9e829e15b92d5641876a43377be9023535 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/php
 <?php
+       set_include_path(get_include_path() . PATH_SEPARATOR . "include");
+
        define('DISABLE_SESSIONS', true);
 
        chdir(dirname(__FILE__));
        }
 
        db_close($link);
-       
+
        if ($lock_handle != false) {
                fclose($lock_handle);
        }