1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-22 06:55:27 +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

@@ -4,7 +4,8 @@
// 1) templates/register_notice.txt - displayed above the registration form
// 2) register_expire_do.php - contains user expiration queries when necessary
set_include_path(get_include_path() . PATH_SEPARATOR . "include");
set_include_path(get_include_path() . PATH_SEPARATOR .
dirname(__FILE__) . "/include");
require_once 'lib/phpmailer/class.phpmailer.php';