]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
include path fix for lighttpd
[tt-rss.git] / prefs.php
index 52be2a7a62d8d2b34245179959ace40616d3c9df..21a72cfd1cadaeb027448e6d030077bdf10731df 100644 (file)
--- a/prefs.php
+++ b/prefs.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 "functions.php";
        require_once "sessions.php";