upgrade to 19.8

This commit is contained in:
2019-08-17 12:49:19 +02:00
parent e51868fb63
commit 5260e94007
3 changed files with 24 additions and 13 deletions

View File

@@ -20,12 +20,14 @@
// ***********************************
define('SELF_URL_PATH', getenv('SELF_URL_PATH'));
// Full URL of your tt-rss installation. This should be set to the
// location of tt-rss directory, e.g. http://example.org/tt-rss/
// You need to set this option correctly otherwise several features
// including PUSH, bookmarklets and browser integration will not work properly.
// This should be set to a fully qualified URL used to access
// your tt-rss instance over the net.
// The value should be a constant string literal. Please don't use
// PHP server variables here - you might introduce security
// issues on your install and cause hard to debug problems.
// If your tt-rss instance is behind a reverse proxy, use the external URL.
define('SINGLE_USER_MODE', true);
define('SINGLE_USER_MODE', false);
// Operate in single user mode, disables all functionality related to
// multiple users and authentication. Enabling this assumes you have
// your tt-rss directory protected by other means (e.g. http auth).