1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

include path fix for lighttpd

This commit is contained in:
Andrew Dolgov
2011-12-15 18:19:10 +04:00
parent 8aa3becccc
commit f03a795de7
14 changed files with 28 additions and 14 deletions

View File

@@ -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 "config.php";
require_once "lib/simplepie/simplepie.inc";