]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
overall directory tree cleanup
[tt-rss.git] / backend.php
index 7bbec8c5a484d13e20596673ff0fecfc8ca02e51..247cab38b9df45451e9e8e6a35c4eff31800617c 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+       set_include_path(get_include_path() . PATH_SEPARATOR . "include");
+
        /* remove ill effects of magic quotes */
 
        if (get_magic_quotes_gpc()) {