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('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("/opt/tt-rss/config.d/*.php"); foreach ($snippets as $snippet) require_once $snippet;