1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +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,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.