From 85095f8a532d41487100778f4e087e3c5a48d653 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 Feb 2021 17:01:25 +0300 Subject: rename TTRSS_SESSION_NAME to SESSION_NAME --- classes/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classes') diff --git a/classes/config.php b/classes/config.php index 9f8b4a4c6..effbb78ad 100644 --- a/classes/config.php +++ b/classes/config.php @@ -52,7 +52,7 @@ class Config { const LOG_SENT_MAIL = "LOG_SENT_MAIL"; const HTTP_PROXY = "HTTP_PROXY"; const FORBID_PASSWORD_CHANGES = "FORBID_PASSWORD_CHANGES"; - const TTRSS_SESSION_NAME = "TTRSS_SESSION_NAME"; + const SESSION_NAME = "SESSION_NAME"; private const _DEFAULTS = [ Config::DB_TYPE => [ "pgsql", Config::T_STRING ], @@ -101,7 +101,7 @@ class Config { Config::LOG_SENT_MAIL => [ "", Config::T_BOOL ], Config::HTTP_PROXY => [ "", Config::T_STRING ], Config::FORBID_PASSWORD_CHANGES => [ "", Config::T_BOOL ], - Config::TTRSS_SESSION_NAME => [ "ttrss_sid", Config::T_STRING ], + Config::SESSION_NAME => [ "ttrss_sid", Config::T_STRING ], ]; private static $instance; -- cgit v1.2.3-54-g00ecf