System), syslog - logs to system log. // Setting this to blank uses PHP logging (usually to http server // error.log). // Note that feed updating daemons don't use this logging facility // for normal output. define('CONFIG_VERSION', getenv('TTRSS_CONFIG_VERSION')); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). // vim:ft=php $snippets = glob(getenv("SCRIPT_ROOT")."/config.d/*.php"); foreach ($snippets as $snippet) { require_once $snippet; } define('NGINX_XACCEL_PREFIX', '/tt-rss');