From 964f1533719ea43a5075c08dd227a01a47f5b2aa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 19 Sep 2012 12:45:01 +0400 Subject: api: use tt-rss session storage --- api/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api') diff --git a/api/index.php b/api/index.php index c3199857b..f3c22be05 100644 --- a/api/index.php +++ b/api/index.php @@ -10,9 +10,12 @@ chdir(".."); + define('TTRSS_SESSION_NAME', 'ttrss_api_sid'); + require_once "db.php"; require_once "db-prefs.php"; require_once "functions.php"; + require_once "sessions.php"; define('AUTH_DISABLE_OTP', true); -- cgit v1.2.3