mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:55:55 +00:00
only autostart session if login cookie exists
This commit is contained in:
@@ -46,10 +46,9 @@
|
||||
|
||||
if ($_REQUEST["sid"]) {
|
||||
session_id($_REQUEST["sid"]);
|
||||
@session_start();
|
||||
}
|
||||
|
||||
@session_start();
|
||||
|
||||
if (!init_connection($link)) return;
|
||||
|
||||
$method = strtolower($_REQUEST["op"]);
|
||||
|
||||
Reference in New Issue
Block a user